datamodel2markdown-mcpserver
Reactive icon

DataModel2Markdown MCPServer

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 17 Jul
 by 
0.0
 (0 ratings)
datamodel2markdown-mcpserver

DataModel2Markdown MCPServer

Documentation
1.0.0

Configuration Steps


1. Configure Authentication Token

Set the AuthToken Site Property with a newly generated GUID to secure your endpoint.


2. Configure MCP Server

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.


Usage


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.

Example:

I'm working in Sandbox_SampleData application and need you to generate an SQL query using OutSystems SQL syntax for a quarterly revenue report by product category, including year-over-year growth percentages.