Set the AuthToken Site Property with a newly generated GUID to secure your data model endpoint.
Add the following configuration to your Claude Desktop settings (or other MCP-compatible AI assistant):
"OutSystemsDataModel": { "command": "npx", "args": ["mcp-remote", "https://<your_environment>/DataModel2MarkdownMCPServer/rest/mcp/<your_auth_token>"]}
Important: Replace <your_environment> with your actual OutSystems environment URL and <your_auth_token> with the GUID generated in step 1.
<your_environment>
<your_auth_token>
Once configured, you can request SQL queries from your AI assistant.
Always specify the Application or eSpace name you're working with in your request.