Local YDB MCP
Rank #5607glama/astandrik/local-ydb-toolkit
TypeScript stdio MCP server for operating Docker-based local-ydb deployments from AI coding agents. Supports local and SSH-backed profiles, bootstrap, diagnostics, auth hardening, schema permissions, storage workflows, dump/restore, upgrades, and plan-first mutating operations.
Local YDB MCP is a Model Context Protocol (MCP) server published by astandrik. It ranks #5607 of 58,900 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Local YDB MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on May 16, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 53,293 of 58,900 servers on MCP Toplist.
Use Local YDB MCP
Add Local YDB MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"local-ydb-toolkit": {
"command": "npx",
"args": [
"-y",
"@astandrik/local-ydb-mcp"
],
"env": {
"LOCAL_YDB_TOOLKIT_CONFIG": "<your LOCAL_YDB_TOOLKIT_CONFIG>",
"LOCAL_YDB_MCP_CONTENT_FORMAT": "<your LOCAL_YDB_MCP_CONTENT_FORMAT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
astandrik
Other servers by astandrik
View all astandrik servers →Available versions (3)
| Version | Published |
|---|---|
| 0.13.0 | May 28, 2026 |
| 0.9.5 | May 19, 2026 |
| 0.8.0 | May 16, 2026 |
Frequently asked questions
- What is Local YDB MCP?
- TypeScript stdio MCP server for operating Docker-based local-ydb deployments from AI coding agents. Supports local and SSH-backed profiles, bootstrap, diagnostics, auth hardening, schema permissions, storage workflows, dump/restore, upgrades, and plan-first mutating operations.
- Who maintains Local YDB MCP?
- Local YDB MCP is maintained by astandrik, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Local YDB MCP an official MCP server?
- Yes — Local YDB MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Local YDB MCP have?
- MCP Toplist tracks 3 versions of Local YDB MCP, most recently published on May 28, 2026.
- Where can I find the source code for Local YDB MCP?
- The source code for Local YDB MCP is hosted at github.com/astandrik/local-ydb-toolkit.