Local YDB MCP
Rank #4,703io.github.astandrik/local-ydb-mcp
Operate local-ydb deployments through local or SSH-backed MCP tools.
Local YDB MCP is a Model Context Protocol (MCP) server published by astandrik. It ranks #4,703 of 103,773 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Local YDB MCP is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on May 16, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 99,070 of 103,773 servers on MCP Toplist.
Use Local YDB MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add local-ydb-mcp -e "LOCAL_YDB_TOOLKIT_CONFIG=<your LOCAL_YDB_TOOLKIT_CONFIG>" -e "LOCAL_YDB_MCP_CONTENT_FORMAT=<your LOCAL_YDB_MCP_CONTENT_FORMAT>" -- npx -y @astandrik/local-ydb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.local-ydb-mcp]
command = "npx"
args = ["-y", "@astandrik/local-ydb-mcp"]
[mcp_servers.local-ydb-mcp.env]
LOCAL_YDB_TOOLKIT_CONFIG = "<your LOCAL_YDB_TOOLKIT_CONFIG>"
LOCAL_YDB_MCP_CONTENT_FORMAT = "<your LOCAL_YDB_MCP_CONTENT_FORMAT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-ydb-mcp": {
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-ydb-mcp": {
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"local-ydb-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-ydb-mcp": {
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"local-ydb-mcp": {
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.astandrik%2Flocal-ydb-mcp)<a href="https://mcptoplist.com/server/io.github.astandrik%2Flocal-ydb-mcp"><img src="https://mcptoplist.com/badge/io.github.astandrik%2Flocal-ydb-mcp.svg" alt="MCP Toplist: Top 5% of 103,773" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
astandrik
Other servers by astandrik
View all astandrik servers →Available versions (9)
| Version | Published |
|---|---|
| 0.15.3 | Aug 12, 2026 |
| 0.15.2 | Aug 5, 2026 |
| 0.15.1 | Aug 5, 2026 |
| 0.15.0 | Aug 3, 2026 |
| 0.14.0 | Jun 13, 2026 |
| 0.13.0 | May 28, 2026 |
| 0.10.0 | May 20, 2026 |
| 0.9.5 | May 19, 2026 |
| 0.8.0 | May 16, 2026 |
Frequently asked questions
- Who maintains Local YDB MCP?
- Local YDB MCP is maintained by astandrik, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Local YDB MCP listed on the Official MCP Registry?
- Yes — Local YDB MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Local YDB MCP have?
- MCP Toplist tracks 9 versions of Local YDB MCP, most recently published on Aug 12, 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.