
Local YDB MCP
Manage local or remote YDB database deployments from your coding agent without leaving the MCP workflow.
Overview
Local YDB MCP is an MCP server for the Operate phase that lets agents run local-ydb-toolkit operations locally or over SSH against YDB deployments.
What is this MCP server?
- MCP tools over local-ydb-toolkit for deployment operations
- Optional SSH-backed control for remote YDB environments
- Configurable via LOCAL_YDB_TOOLKIT_CONFIG JSON filepath
- npm package @astandrik/local-ydb-mcp with npx stdio (v0.9.7)
- Pairs with the local-ydb-toolkit monorepo mcp-server subfolder
- npm package @astandrik/local-ydb-mcp version 0.9.7
- stdio MCP transport via npx
- Optional filepath env LOCAL_YDB_TOOLKIT_CONFIG
What problem does it solve?
Switching between terminal SSH, toolkit configs, and your agent breaks focus when you need quick YDB deployment fixes.
Who is it for?
Solo builders already using YDB and local-ydb-toolkit who want agent-driven infra commands during develop-and-operate loops.
Skip if: Teams on Postgres-only stacks or anyone who only needs ORM migrations without YDB operations.
What do I get? / Deliverables
Your agent can execute consistent local or remote YDB toolkit actions through one stdio MCP integration.
- Agent-invokable YDB deployment operations via MCP tools
- Local or SSH-backed toolkit workflows without manual CLI context switching
- Version-pinned npm MCP server (0.9.7) in your agent config
Recommended MCP Servers
Journey fit
Day-two database operations and deployment control sit in Operate when the product already depends on YDB infrastructure. Local and SSH-backed toolkit actions are infrastructure tasks: start, configure, and troubleshoot YDB instances.
How it compares
Database operations MCP over local-ydb-toolkit, not a hosted YDB cloud console replacement.
Common Questions / FAQ
Who is Local YDB MCP for?
Developers running YDB via local-ydb-toolkit who want MCP-accessible deploy and operate commands from Claude Code or similar hosts.
When should I use Local YDB MCP?
Use it in Operate when you troubleshoot, restart, or reconfigure local or SSH-backed YDB instances while building or supporting your app.
How do I add Local YDB MCP to my agent?
Add a stdio MCP entry using npx @astandrik/local-ydb-mcp, optionally set LOCAL_YDB_TOOLKIT_CONFIG to your config JSON path, then grant your agent the server tools.