MCP Server
MCP
io.github.shahidla/cds-db-nlquery-mcp
MCP server for natural-language queries against SAP CAP db-layer entities via real CQN/SQL JOINs.
Install
npx -y @shahid.la/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@shahid.la/cds-db-nlquery-mcp",
"version": "0.7.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Anthropic API key (used if ANTHROPIC_API_KEY is set and OPENAI_API_KEY is not)",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "OpenAI (or OpenAI-compatible) API key",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Comma-separated entity allowlist, enforced on JOINs too",
"format": "string",
"name": "MCP_ALLOWED_ENTITIES"
},
{
"description": "Comma-separated column blocklist, stripped before the query is built",
"format": "string",
"name": "MCP_BLOCKED_COLUMNS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment