AgentHubAgentHub

Local YDB MCP

MCP ServerMCP Registry官方收录

io.github.astandrik/local-ydb-mcp · v0.13.0

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

概览

Local YDB MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "local-ydb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@astandrik/local-ydb-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.astandrik/local-ydb-mcp",
  "type": "mcp-server",
  "version": "0.13.0",
  "displayName": "Local YDB MCP",
  "description": "Operate local-ydb deployments through local or SSH-backed MCP tools.",
  "repository": {
    "url": "https://github.com/astandrik/local-ydb-toolkit",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "homepage": "https://github.com/astandrik/local-ydb-toolkit#readme",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@astandrik/local-ydb-mcp",
        "version": "0.13.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LOCAL_YDB_TOOLKIT_CONFIG",
            "description": "Optional path to a local-ydb-toolkit config JSON file."
          },
          {
            "name": "LOCAL_YDB_MCP_CONTENT_FORMAT",
            "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."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.astandrik/local-ydb-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.astandrik%2Flocal-ydb-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Local YDB MCP — MCP Server 安装与配置 · AgentHub