Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Local Ydb Toolkit
Local Ydb Toolkit logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:47:09 PM

Local Ydb Toolkit

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
ydbdatabasesdockerdeveloper-toolsmonitoring

Operates Docker-based local YDB profiles over stdio, covering diagnostics, bootstrapping, auth, storage, schemas, SQL, and upgrades.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "astandrik-local-ydb-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "--prefer-online",
        "@astandrik/local-ydb-mcp@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (39) Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

astandrik/local-ydb-toolkit MCP server manages Docker-based local-ydb deployments through a TypeScript stdio interface. It works with local hosts or SSH-backed profiles and reads profile settings from a JSON configuration file or the LOCAL_YDB_TOOLKIT_CONFIG environment variable. Read-only tools inspect Docker, YDB health, tenants, nodes, storage, schemas, permissions, and authentication, while mutating operations return plans and require confirm=true to execute. Reach for it when an agent must provision, troubleshoot, migrate, secure, or query a local YDB environment rather than connect only to an existing database endpoint.

Use cases

โ€ขBootstrap a local YDB root database or tenant topology
โ€ขDiagnose Docker, tenant, node, GraphShard, and health problems
โ€ขApply confirmed YDB schemas and managed YQL safely
โ€ขHarden authentication and rotate the root password
โ€ขResize storage groups or perform dump-and-restore workflows

Key features

โ€ขDocker and SSH-backed local-ydb profiles
โ€ขRead-only health, topology, storage, and auth diagnostics
โ€ขPlan-first mutating operations with confirm=true
โ€ขYDB schema generation, validation, and application
โ€ขManaged YQL query, explain, and guarded execution
โ€ขBootstrap, upgrade, cleanup, and storage workflows

Capabilities & Tool Schemas (39) ~2.7k tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Local Ydb Toolkit.

local_ydb_inventory

Read-only Docker inventory for a local-ydb target profile. Success returns ok=true, Docker CLI/daemon state, containers, volumes, and inspect data for configured containers that actually exist; Docker CLI, daemon, or inventory failures return ok=false with a reason and omit inventory arrays so failโ€ฆ

local_ydb_database_status

Read-only YDB admin database status for the configured tenant path. Returns the command, stdout, stderr, and ok flag; use this for tenant state before bootstrap/restart troubleshooting, and use local_ydb_tenant_check for scheme reachability.

local_ydb_healthcheck

Read-only YDB monitoring healthcheck for the configured tenant or root database. Uses the official YDB CLI SelfCheck path, returns selfCheckResult, issue counts, issue types, capped raw output, and whether the database is healthy; a requested noCache/noMerge option rejected with the exact recognizeโ€ฆ

local_ydb_container_logs

Read recent Docker logs from the configured static or primary dynamic local-ydb container. Use when bootstrap, restart, or readiness checks fail; target selects the container role and lines controls the tail length.

local_ydb_status_report

Read-only aggregate report for quick diagnosis. Runs local_ydb_inventory, local_ydb_auth_check, local_ydb_tenant_check, local_ydb_nodes_check, and local_ydb_healthcheck, returning each result; every component is isolated so an unexpected failure produces a safe component-shaped fallback and does noโ€ฆ

local_ydb_tenant_check

Read-only check that uses the YDB CLI to verify the configured tenant path is reachable. Use after bootstrap or restore to confirm tenant metadata before node or GraphShard checks.

How Local Ydb Toolkit works

What astandrik/local-ydb-toolkit MCP server does

astandrik/local-ydb-toolkit MCP server exposes operational controls for Docker-based local-ydb deployments. It can work with a local Docker host or with a host reached through an SSH-backed profile. The toolset covers both plain root databases and tenant topologies with static and dynamic nodes.

Read-only operations provide Docker inventory, container logs, database and tenant checks, node registration, GraphShard visibility, monitoring health, authentication audits, storage placement, leftover-volume discovery, version listing, and schema inspection. Database features include structured YQL generation, DDL validation or application through the YDB JavaScript SDK, managed YQL query and explanation, and permission inspection.

The server also handles lifecycle and maintenance workflows. Available operations include prerequisite checks, bootstrap, image pulls, upgrades, root-password rotation, auth hardening, storage-group changes, dump-and-restore workflows, explicit cleanup, and complete stack destruction. The supplied tools distinguish between static and dynamic container roles where the operation requires it.

How it works

The server communicates over stdio and uses a selected profile to determine the Docker target, YDB paths, ports, credentials, storage settings, and related deployment details. Profile-based calls can receive an absolute configPath. Alternatively, the MCP client environment can define LOCAL_YDB_TOOLKIT_CONFIG as an absolute JSON configuration path. An explicitly supplied path must point to a readable regular JSON file no larger than 1 MiB; invalid or missing explicit files fail closed rather than silently selecting another profile.

Mutating tools follow a plan-first model. Without confirm=true, operations such as bootstrap, permission changes, schema application, image pulls, auth changes, storage resizing, cleanup, and destruction describe the intended action without making the change. Confirmed actions perform the operation and, where implemented, verify the resulting state. SQL execution also explains the statement first and only performs a NoTx execution after confirmation.

Setup and configuration

The repository publishes the local MCP package as @astandrik/local-ydb-mcp. Its documented launcher requires Node.js 20.19 or newer and npx; the pinned package version shown in the repository is 0.18.2. The repository also contains plugin integration for Claude Code, a Gemini CLI extension, and a Codex marketplace package, but the server itself is a local stdio process.

Use an absolute configuration path for profile-based operations. A configured rootPasswordFile can be checked during prerequisite and authentication workflows. SSH-backed profiles require a reachable target; an unreachable target is reported as unavailable rather than treated as proof that required host tools are missing.

Tools and capabilities

  • Inspect Docker containers, volumes, daemon state, YDB status, health, logs, tenants, nodes, GraphShard state, and auth posture.
  • Bootstrap root or tenant-based local-ydb topologies, including configured dynamic nodes.
  • Generate, validate, explain, and apply supported YDB table DDL and managed YQL.
  • Inspect or change permissions with confirmation-controlled plans.
  • Prepare and apply native-auth hardening, write dynamic-node auth configuration, and rotate the root password.
  • Inspect storage placement, resize storage groups, find leftovers, and perform explicit cleanup or dump/restore workflows.
  • List image versions, start background pulls, check pull jobs, upgrade deployments, or destroy a stack.

Limitations and notes

The server is tailored to configured local-ydb deployments and does not present a general-purpose YDB endpoint interface. Its SQL tool runs managed YQL only against the selected profile. Cleanup removes only explicitly supplied host paths or Docker volumes, and discovery tools do not delete data. Some destructive or topology-changing workflows require additional preflight checks and confirmation. The repository describes the MCP package as unofficial and separates it from the official general-purpose YDB MCP server.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Mysql MCP Server โ†’
  • Prisma MCP logoPrisma MCP

    Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Prisma MCP โ†’
  • Monitor logoMonitor

    Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs Monitor โ†’
  • Nocodb MCP Server logoNocodb MCP Server

    Nocodb database integration, read and write capabilities

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Nocodb MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Tools exposed
39
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Local Ydb Toolkit

Run the pinned stdio package with Node.js 20.19 or newer and npx: npx -y @astandrik/local-ydb-mcp@0.18.2.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLocal Ydb Toolkit AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/astandrik-local-ydb-toolkit?style=directory)](https://allmcps.com/mcp/astandrik-local-ydb-toolkit)
HTML Embed
<a href="https://allmcps.com/mcp/astandrik-local-ydb-toolkit"><img src="https://allmcps.com/api/badge/astandrik-local-ydb-toolkit?style=directory" alt="Local Ydb Toolkit on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 10, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 10, 2026
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev ยท @astandrik/local-ydb-mcp@latest (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Local Ydb Toolkit โ†’Install in Claude DesktopInstall in CursorInstall in VS Code