mcp-server-scalardb

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.

ScalarDB Cluster MCP Server

The ScalarDB Cluster MCP Server facilitates interaction with ScalarDB Cluster by offering tools and resources.

Features

  • Retrieve namespace schema.
  • List available namespaces and tables.
  • Execute SELECT queries on ScalarDB.
  • Perform transactions with INSERT, UPDATE, DELETE statements.

Installation

Refer to INSTALL.md for detailed instructions.

Usage

  • Set environment variables for ScalarDB Cluster connection.
  • Start the server in development mode using the provided script.
  • Integrate with Claude Desktop by adding it to the settings file.
  • Test using MCP Inspector.

Implementation Details

Uses gRPC API of ScalarDB Cluster for database interactions. Only SELECT queries are permitted for execute_query, and transactions are limited to INSERT, UPDATE, DELETE statements.