mcpbeat Sign in

Cds DB Nlquery MCP Server

local only

Cds DB Nlquery MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 25 Jun 2026.

MCP server for natural-language queries against SAP CAP db-layer entities via real CQN/SQL JOINs.

Installs per day peak 18 · avg 7 · +205% w/w
a month agotoday
60
Installs / week
npm · @shahid.la/cds-db-nlquery-mcp
0
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Cds DB Nlquery MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cds-db-nlquery-mcp -- npx -y @shahid.la/cds-db-nlquery-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cds-db-nlquery-mcp": {
      "args": [
        "-y",
        "@shahid.la/cds-db-nlquery-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cds-db-nlquery-mcp]
command = "npx"
args = ["-y", "@shahid.la/cds-db-nlquery-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cds-db-nlquery-mcp": {
      "args": [
        "-y",
        "@shahid.la/cds-db-nlquery-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cds-db-nlquery-mcp": {
      "args": [
        "-y",
        "@shahid.la/cds-db-nlquery-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key (used if ANTHROPIC_API_KEY is set and OPENAI_API_KEY is not)), OPENAI_API_KEY (OpenAI (or OpenAI-compatible) API key), MCP_ALLOWED_ENTITIES (Comma-separated entity allowlist, enforced on JOINs too), MCP_BLOCKED_COLUMNS (Comma-separated column blocklist, stripped before the query is built). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cds DB Nlquery MCP

same job, measured the same way
Florentine AI
by florentine-ai

MCP server for Florentine.ai - Natural language to MongoDB aggregations

4 409 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
QueryWeaver
by falkordb

An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.

local only
Gibsonai
by gibsonai

GibsonAI MCP server: manage your databases with natural language

answering
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only

Cds DB Nlquery MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cds DB Nlquery MCP?
Cds DB Nlquery MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @shahid.la/cds-db-nlquery-mcp was installed 60 times last week.
How do I connect Cds DB Nlquery MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @shahid.la/cds-db-nlquery-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cds DB Nlquery MCP?
The npm package @shahid.la/cds-db-nlquery-mcp was installed 60 times in the last week. Week over week that is +205%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cds DB Nlquery MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.