Odel
Local YDB MCP

Local YDB MCP

Local
@astandrik4TypeScriptMITUpdated 4 days ago

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

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@astandrik/local-ydb-mcpv0.18.2

Run

npx -y @astandrik/local-ydb-mcp

MCP client config

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