MCP.so
Sign In
Servers

YDB MCP

@ydb-platform

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ydb": {
      "command": "uvx",
      "args": [
        "ydb-mcp",
        "--ydb-endpoint",
        "grpc://localhost:2136",
        "--ydb-database",
        "/local"
      ]
    }
  }
}

More from Other