MCP server for natural-language queries against SAP CAP db-layer entities via real CQN/SQL JOINs.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @shahid.la/cds-db-nlquery-mcp
MCP client config
{
"mcpServers": {
"cds-db-nlquery-mcp": {
"command": "npx",
"args": [
"-y",
"@shahid.la/cds-db-nlquery-mcp"
]
}
}
}