CuratedMCP
⌨️
Cursor
Free

How to Install Local-YDB unofficial mcp server in Cursor

manage local-ydb database

What Local-YDB unofficial mcp server does

local-ydb-mcp is an MCP server that lets AI coding agents inspect, manage, and debug local or remote YDB environments through a standard tool interface.

ydb
mcp
local
database

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "localYdbUnofficialMcpServer": {
    "command": "npx",
    "args": [
      "-y",
      "@astandrik/local-ydb-mcp"
    ]
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Local-YDB unofficial mcp server, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://www.curatedmcp.com/api/badge/local-ydb-unofficial-mcp-server)](https://www.curatedmcp.com/marketplace/local-ydb-unofficial-mcp-server)

Related servers