ydb-mcp

ydb-mcp

3.5

If you are the rightful owner of ydb-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

YDB MCP is a Model Context Protocol server for YDB, enabling AI-powered database operations and natural language interactions with YDB instances.

YDB MCP is a Model Context Protocol server designed to facilitate seamless interactions with YDB databases through any Large Language Model (LLM) that supports MCP. This integration allows for AI-driven database operations and natural language processing capabilities, enhancing the way users interact with their YDB instances. The server supports various authentication methods, including anonymous and login/password authentication, ensuring secure and flexible access to database resources. YDB MCP can be easily configured and run using tools like uvx, pipx, and pip, making it accessible for developers and data scientists alike. The server also provides a suite of tools for executing SQL queries, listing directory contents, and retrieving database status, making it a comprehensive solution for managing YDB databases.

Features

  • AI-Powered Database Operations: Enables natural language interactions with YDB databases through LLMs.
  • Flexible Authentication: Supports anonymous and login/password authentication methods.
  • Easy Configuration: Can be configured and run using uvx, pipx, and pip.
  • Comprehensive Toolset: Provides tools for executing SQL queries, listing directories, and checking database status.
  • Secure Access: Ensures secure access to YDB resources with various authentication options.

Tools

  1. ydb_query

    Run a SQL query against a YDB database.

  2. ydb_query_with_params

    Run a parameterized SQL query with JSON parameters.

  3. ydb_list_directory

    List directory contents in YDB.

  4. ydb_describe_path

    Get detailed information about a YDB path (table, directory, etc.).

  5. ydb_status

    Get the current status of the YDB connection.