← Index

Local YDB MCP

io.github.astandrik/local-ydb-mcp·v0.12.3·Other
Quality Score
90
/100

Operate local-ydb deployments through local or SSH-backed MCP tools.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "local-ydb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ],
      "env": {
        "LOCAL_YDB_TOOLKIT_CONFIG": "<local_ydb_toolkit_config>",
        "LOCAL_YDB_MCP_CONTENT_FORMAT": "<local_ydb_mcp_content_format>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "local-ydb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ],
      "env": {
        "LOCAL_YDB_TOOLKIT_CONFIG": "<local_ydb_toolkit_config>",
        "LOCAL_YDB_MCP_CONTENT_FORMAT": "<local_ydb_mcp_content_format>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @astandrik/local-ydb-mcp
§02  Environment variables
LOCAL_YDB_TOOLKIT_CONFIG

Optional path to a local-ydb-toolkit config JSON file.

LOCAL_YDB_MCP_CONTENT_FORMAT

Optional 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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other