Loading languages...
YD

ydb-mcp

@ydb-platform21

Model Context Protocol server for YDB. It allows to work with YDB databases from any LLM that supports MCP. This integration enables AI-powered database operations and natural language interactions with your YDB instances

ydb
database
mcp-server
llm-integration
ai-database
python

# mcpServer Config

{
  "mcpServers": {
    "ydb": {
      "command": "uvx",
      "args": [
        "ydb-mcp",
        "--ydb-endpoint",
        "grpc://localhost:2136/local"
      ]
    }
  }
}

# stdio

uvx ydb-mcp --ydb-endpoint grpc://localhost:2136/local
Transport:
stdio
语言:
Python
创建时间:4/24/2025
更新时间:7/29/2025