ydb-mcp logo

ydb-mcpydb-mcp MCP 服务

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

YDB MCP (MODEL CONTEXT PROTOCOL 服务) 是一个集成解决方案,允许任何支持 MCP 的大型语言模型 (LLM) 与 YDB 数据库进行交互。它使得 AI powered 的数据库操作和自然语言与 YDB 实例的交互成为可能。使用 uvx、pipx 或 pip 运行该工具,支持各种身份验证方式,包括匿名登录、登录密码、访问令牌和服务账户身份验证。配置涉及指定 YDB 服务终端、数据库以及身份验证详细信息。该工具充当 LLM 与 YDB 之间的桥梁,通过自然语言命令简化了高级数据管理和查询功能。

主要功能

  • YDB MCP 服务
  • 自然语言接口数据库操作
  • 支持匿名登录、登录密码、访问令牌和服务账户身份验证
  • 兼容 uvx、pipx 和 pip 部署
  • 与 LLM 整合 AI powered 的数据管理
  • API 兼容性

价格

模型
Free
评分
暂无评价

使用场景

AI-Powered 数据库查询

使用 YDB MCP 使 LLM 能够通过自然语言命令交互并管理 YDB 数据库,从而简化数据访问和操作

自然语言接口数据库操作

使用 YDB MCP 实现数据库操作的自然语言接口,从而使用户能够与 YDB 实例进行交互而不需要知道 SQL 或特定的数据库命令

优点 & 缺点

优点

  • 启用自然语言与 YDB 数据库的交互
  • 支持多种身份验证方式
  • flexible 部署选项via uvx、pipx 或 pip
  • 促进 AI powered 的数据库操作
  • 高级数据管理
  • 数据查询

缺点

  • 需要特定的配置和身份验证设置
  • 某些身份验证方式可能需要额外的软件包
  • 性能和可扩展性信息有限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Can ydb-mcp be integrated with any LLM, and what does the integration enable?

ydb-mcp works with any Large Language Model that implements the Model Context Protocol (MCP). The integration lets the LLM issue natural‑language commands that the server translates into YDB database operations, enabling AI‑powered querying and data management.

Asked by Yuki Kobayashi · Mar 31, 2026

What authentication methods does ydb-mcp support and how are they configured?

ydb-mcp supports anonymous, login/password, access token, and service account authentication. You pass the appropriate flags in the command line, e.g., `ydb auth mode login password ydb login <user> ydb password <pass>` for login/password; other modes use corresponding arguments, and service accounts may require the `yandexcloud` package.

Asked by Vasyl Kovalenko · Jan 30, 2026

How do I install and run ydb-mcp on my machine?

ydb-mcp can be installed via pip (`pip install ydb-mcp`), pipx (`pipx install ydb-mcp`) or run directly with uvx (`uvx ydb-mcp`). After installation, start the server using a command like `uvx ydb-mcp ydb endpoint grpc://localhost:2136 ydb database /local` (or the equivalent pipx/python command).

Asked by Kwame Mensah · Jan 24, 2026

提问

服务配缩器 的替代品