Odel
cds db nlquery mcp

cds db nlquery mcp

Local
@shahidlaJavaScriptMITUpdated 1mo ago

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).

npm@shahid.la/cds-db-nlquery-mcpv0.7.3

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"
      ]
    }
  }
}