Local YDB MCP

Toolkit for operating local-ydb deployments across Codex, MCP clients, and GitHub Actions CI. Its 40 documented tools cover local, ydb, check, storage.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 4 · #34 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Local YDB MCP

before you install - you'll need

Set LOCAL_YDB_TOOLKIT_CONFIG, SKILLS_DIR before connecting. LOCAL_YDB_MCP_CONTENT_FORMAT is optional or environment-specific per the README.

Claude Code

claude mcp add astandrik-local-ydb-toolkit -- npx -y @astandrik/local-ydb-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "astandrik-local-ydb-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @astandrik/local-ydb-mcp - published under the repo owner's npm scope (@astandrik)

registry namespace io.github.astandrik is GitHub-verified and matches the repo owner

03 · What Local YDB MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can inspect or change YDB scheme permissions for a path. The default list action is read-only, write the text-proto dynamic-node auth token file needed for mandatory-auth startup. Use after choosing the SID for auth hardening, delete only the explicitly supplied local-ydb host paths or Docker volumes. Use after inspecting local_ydb_storage_leftovers, and remove tenant metadata, local-ydb containers, network, and storage for a profile, with optional host-path cleanup.

Capability map

Tools grouped from the project's README - what Local YDB MCP lets an agent do.

Local

34 tools - e.g. Read-only Docker inventory for a local-ydb target profile. Success returns ok=true, Docker CLI/daemon state, containers, volumes, and inspect data for configure; Read-only YDB admin database status for…

local_ydb_inventory · local_ydb_database_status · local_ydb_healthcheck · local_ydb_container_logs · local_ydb_status_report · local_ydb_tenant_check…

auth & access

5 tools - e.g. Read-only auth audit that checks anonymous viewer whoami status and configured YDB CLI tenant access, using root credentials when rootPasswordFile is configured; Inspect or change YDB scheme permissions…

local_ydb_auth_check · local_ydb_permissions · local_ydb_prepare_auth_config · local_ydb_write_dynamic_auth_config · local_ydb_apply_auth_hardening

Mode

1 tool - e.g. "local" for commands on the local Docker host;

mode

Latest releases

mcp-server-v0.18.1 · 2026-08-22

0.18.1 (2026-08-22) · bind dynamic starts to static image ID · guard partial node starts against image drift · preserve running-node idempotency · use named stable YDB image by default · use named stable YDB image by…

mcp-server-v0.18.0 · 2026-08-21

0.18.0 (2026-08-21) · mcp-server: report Docker image pull progress · mcp-server: report image pull progress · refresh image pull activity timestamp

mcp-server-v0.17.0 · 2026-08-20

0.17.0 (2026-08-20) · mcp-server: adopt high-level prompt registration · mcp-server: adopt high-level prompt registration · mcp-server: narrow application factory contract

04 · Who maintains Local YDB MCP

Local YDB MCP is maintained by astandrik. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
cloud infrastructure - ranked #34 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-22)
registry
io.github.astandrik/local-ydb-mcp (active, first published 2026-05-16 · 20 versions)
packages
npm:@astandrik/local-ydb-mcp

06 · Local YDB MCP FAQ

Is Local YDB MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Local YDB MCP do?

With this server connected, an agent can inspect or change YDB scheme permissions for a path. The default list action is read-only, write the text-proto dynamic-node auth token file needed for mandatory-auth startup. Use after choosing the SID for auth hardening, delete only the explicitly supplied local-ydb host paths or Docker volumes. Use after inspecting local_ydb_storage_leftovers, and remove tenant metadata, local-ydb containers, network, and storage for a profile, with optional host-path cleanup.

How do I install Local YDB MCP?

Run `npx -y @astandrik/local-ydb-mcp`. The README documents 3 environment variables (LOCAL_YDB_TOOLKIT_CONFIG, LOCAL_YDB_MCP_CONTENT_FORMAT, SKILLS_DIR) to set first. Set LOCAL_YDB_TOOLKIT_CONFIG, SKILLS_DIR before connecting. LOCAL_YDB_MCP_CONTENT_FORMAT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Local YDB MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Local YDB MCP