Back to MCP Servers
Ydb
MCP server for interacting with [YDB](https://ydb.tech) databases
databases
By ydb-platform
Installation
npx -y ydb-mcpConfiguration
{
"mcpServers": {
"ydb-mcp": {
"command": "npx",
"args": ["-y", "ydb-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes