mcp-server-scalardb
0
The ScalarDB Cluster MCP Server enables interactions with the ScalarDB Cluster through a set of defined tools and resources, such as querying and transaction execution. It supports gRPC API for database communications, with focused functionality around schema management and data operations.
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)