mcp-server-scalardb

mcp-server-scalardb

3.1

If you are the rightful owner of mcp-server-scalardb 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.

ScalarDB Cluster 用の Model Context Protocol (MCP) サーバーです。このサーバーは、ScalarDB Cluster との対話を可能にするツールとリソースを提供します。

The ScalarDB Cluster MCP Server is designed to facilitate interaction with the ScalarDB Cluster by providing a set of tools and resources. It leverages the gRPC API of ScalarDB Cluster to perform database operations securely and efficiently. The server supports executing SELECT queries and transactional operations like INSERT, UPDATE, and DELETE. It is built to ensure secure and efficient database interactions, allowing users to retrieve schema information, list namespaces, and tables, and execute queries and transactions. The server is compatible with various platforms and can be integrated with tools like Claude Desktop and tested using MCP Inspector.

Features

  • Retrieve schema information for a specified namespace.
  • List available namespaces and tables within a namespace.
  • Execute SELECT queries on ScalarDB.
  • Perform transactional operations (INSERT, UPDATE, DELETE) on ScalarDB.
  • Integration with tools like Claude Desktop and testing with MCP Inspector.

Tools

  1. get_schema

    Get schema information for the specified namespace

  2. list_namespaces

    List all available namespaces

  3. list_tables

    List all tables in the specified namespace

  4. execute_query

    Perform a SELECT query

  5. execute_transaction

    Perform transaction operations (INSERT, UPDATE, DELETE)