YDB
Created 5 months ago
Model Context Protocol server for YDB enabling AI-powered database operations.
development
documentation
public
database
AI
What is YDB?
Query [YDB](https://ydb.tech/) databases
Documentation
YDB MCP
Usage# Via uvx
Via pipx# Via pip
Authentication## Using Login/Password Authentication## Using Access Token Authentication## Using Service Account Authentication Available Tools
ydb_query: Run a SQL query against a YDB databaseydb_query_with_params: Run a parameterized SQL query with JSON parametersydb_list_directory: List directory contents in YDBydb_describe_path: Get detailed information about a YDB pathydb_status: Get the current status of the YDB connection
Development# Available Make Commands
make all: Run clean, lint, and test in sequencemake clean: Remove all build artifacts and temporary filesmake test: Run all tests using pytestmake unit-tests: Run only unit tests with verbose outputmake integration-tests: Run only integration tests with verbose outputmake run-server: Start the YDB MCP servermake lint: Run all linting checksmake format: Format code using black and isortmake install: Install the package in development modemake dev: Install the package in development mode with all development dependencies
Server Config
{
"mcpServers": {
"ydb-server": {
"command": "npx",
"args": [
"ydb"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
YDB Platform
Category:
official
License:
Apache 2.0
Tags:
development
documentation
public