Catalog
io.github.astandrik/local-ydb-mcp
Officialby astandrik · TypeScript
Local YDB MCP
Operate local-ydb deployments through local or SSH-backed MCP tools.
Manage local YDB database deployments via local or SSH connections.
Topics
codexdockerskillydblocal-ydbmcpmodel-context-protocoloperations
README not available yet.
Install
Configuration
Environment variables
LOCAL_YDB_TOOLKIT_CONFIGOptional path to a local-ydb-toolkit config JSON file.
LOCAL_YDB_MCP_CONTENT_FORMATOptional LLM-facing tool response text format. Use toon to prefer TOON for the second text content block, with JSON fallback if TOON cannot round-trip losslessly; omit or set json for pretty JSON. MCP JSON-RPC and structuredContent stay JSON.
Arguments
-y--prefer-onlineclaude_desktop_config.json
{
"mcpServers": {
"local-ydb-mcp": {
"command": "npx",
"args": [
"-y",
"@astandrik/local-ydb-mcp@0.14.0"
],
"env": {
"LOCAL_YDB_TOOLKIT_CONFIG": "<YOUR_LOCAL_YDB_TOOLKIT_CONFIG>",
"LOCAL_YDB_MCP_CONTENT_FORMAT": "<YOUR_LOCAL_YDB_MCP_CONTENT_FORMAT>"
}
}
}
}