manage local-ydb database
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.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@astandrik/local-ydb-mcp"],
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain Local-YDB unofficial mcp server, add this badge to your README to show it's verified on CuratedMCP:
[](https://www.curatedmcp.com/marketplace/local-ydb-unofficial-mcp-server)