YDB MCP
Officialby ydb-platform
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YDB_LOGIN | No | Login for login-password authentication | |
| YDB_DATABASE | No | YDB database path, e.g., /local | |
| YDB_ENDPOINT | No | YDB endpoint, e.g., grpc://localhost:2136 | |
| YDB_PASSWORD | No | Password for login-password authentication | |
| YDB_AUTH_MODE | No | Authentication mode (optional, defaults to anonymous) | |
| YDB_SA_KEY_FILE | No | Path to service account key file | |
| YDB_ACCESS_TOKEN | No | Access token for token-based authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ydb_queryC | Run a SQL query against YDB database |
| ydb_query_with_paramsC | Run a parameterized SQL query with JSON parameters |
| ydb_explain_queryC | Explain a SQL query against YDB |
| ydb_explain_query_with_paramsC | Explain a parameterized SQL query against YDB |
| ydb_statusA | Get the current YDB connection status |
| ydb_list_directoryC | List directory contents in YDB |
| ydb_describe_pathC | Get detailed information about a YDB path |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ydb-platform/ydb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server