mcpbeat Sign in

Local YDB MCP Server

by astandrik Your server? Claim it
local only

Local YDB MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from npm. Last commit 10 Sep 2026.

Operate local-ydb deployments through local or SSH-backed MCP tools.

Installs per day peak 316 · avg 61 · +88% w/w
a month agotoday
144
Installs / week
npm · @astandrik/local-ydb-mcp
3
Stars
3 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions packages/core/src/operations/stack.ts:163
      specs.push(bash(`rm -rf ${shellQuote(ctx.profile.bindMountPath)}`, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish-mcp-server.yml:145
      - name: Validate published MCP and update plugin pin
        id: publication
        env:
          RELEASE_TAG: ${{ needs.publish-existing-release.outputs.tag_name || needs.release-please.outputs.tag_name }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Local YDB MCP and you get told the day something new turns up.

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 local-ydb-mcp -- npx -y @astandrik/local-ydb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "local-ydb-mcp": {
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.local-ydb-mcp]
command = "npx"
args = ["-y", "@astandrik/local-ydb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "local-ydb-mcp": {
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "local-ydb-mcp": {
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOCAL_YDB_TOOLKIT_CONFIG (Optional path to a local-ydb-toolkit config JSON file.), LOCAL_YDB_MCP_CONTENT_FORMAT (Optional LLM-facing tool response text format. Use toon to prefer TOON for the second text content block, with JSON fallback if TOON cannot round-trip losslessly; omit or set json for pretty JSON. MCP JSON-RPC and structuredContent stay JSON.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Local YDB MCP

same job, measured the same way
Runcomfy MCP
by runcomfy-com

Remote MCP for RunComfy: ComfyUI deployments, hosted models, LoRA training. 31 tools.

10 tools answering
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Pocketnook
by shotintoeternity

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

30 installs/wk local only
Mockzilla MCP
by mockzilla

Mock OpenAPI specs locally, or log in to deploy hosted mocks on mockzilla.org from your MCP client.

1 055 installs/wk local only
Nr MCP
by texan-nxtassist

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

104 installs/wk local only
PayRam Helper MCP Server
by payram

Remote MCP server to integrate and validate self-hosted PayRam deployments.

52 tools answering
CloudPepper
by cloudpepper

Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.

answering

Local YDB MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Local YDB MCP?
Local YDB 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 @astandrik/local-ydb-mcp was installed 144 times last week.
How do I connect Local YDB 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 @astandrik/local-ydb-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Local YDB MCP?
The npm package @astandrik/local-ydb-mcp was installed 144 times in the last week. Week over week that is +88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Local YDB MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.