mcp-server-scalardb
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
get_schema
Get schema information for the specified namespace
list_namespaces
List all available namespaces
list_tables
List all tables in the specified namespace
execute_query
Perform a SELECT query
execute_transaction
Perform transaction operations (INSERT, UPDATE, DELETE)