datamodel2markdown-mcpserver
Reactive icon

DataModel2Markdown MCPServer

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 15 Jul (yesterday)
 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 data model 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.