astandrik/local-ydb-toolkit
🔌 MCP Serverastandrik
Manage local YDB instances via MCP with Docker-based deployments, SSH profiles, and plan-first operations.
The Local YDB MCP server is a tool for managing local Yandex Database (YDB) instances using Docker. It acts as an MCP (Model Context Protocol) server, allowing AI agents to interact with YDB deployments through a structured interface. Key features include bootstrap of new instances, diagnostics, authentication hardening, storage management, dump and restore operations, and upgrades. It uses a 'plan-first' approach for mutating operations, ensuring safety. The server supports both local Docker executions and SSH-backed remote profiles, making it flexible for various environments. Built with TypeScript and using stdio transport, it integrates seamlessly with MCP-compliant clients like Claude Desktop.
💡Highlights
- ├─Plan-first mutating ops for safety
- ├─Local & SSH-backed Docker profiles
- └─Supports dump, restore, upgrades
🎯For
- ├─Developers
- ├─DevOps engineers
- └─AI tool builders