ydb/ydb-mcp
MCP server for interacting with [YDB](https://ydb.tech) databases
Quick Start
Clone the repository:
git clone https://github.com/ydb-platform/ydb-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ydb-mcp": {
"command": "npx",
"args": [
"-y",
"ydb/ydb-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.