← Back to Plugins
MCP Server MCP

Local YDB MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @astandrik/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@astandrik/local-ydb-mcp",
      "version": "0.18.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "-y"
        },
        {
          "type": "named",
          "name": "--prefer-online"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional path to a local-ydb-toolkit config JSON file.",
          "format": "filepath",
          "placeholder": "/path/to/local-ydb.config.json",
          "name": "LOCAL_YDB_TOOLKIT_CONFIG"
        },
        {
          "description": "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.",
          "default": "json",
          "placeholder": "toon",
          "choices": [
            "json",
            "toon"
          ],
          "name": "LOCAL_YDB_MCP_CONTENT_FORMAT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...