HomeDatabases & Data › Local YDB MCP

Local YDB MCP

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

TypeScript Local
★ 3 stars Last pushed 2026-09-10 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.18.2)

npx -y @astandrik/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "local-ydb-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@astandrik/[email protected]"
      ],
      "env": {
        "LOCAL_YDB_TOOLKIT_CONFIG": "<YOUR_VALUE>",
        "LOCAL_YDB_MCP_CONTENT_FORMAT": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry