About
Overview
The Cassandra MCP Server connects AI agents to Apache Cassandra clusters. It provides tools for executing CQL queries, managing keyspaces and tables, inspecting schemas, and monitoring cluster health. Designed for applications requiring high availability and horizontal scalability.
Capabilities
Tools & Capabilities
⚡query
Execute a CQL query
⚡list_keyspaces
List all keyspaces in the cluster
⚡list_tables
List tables in a keyspace
⚡describe_table
Get the schema of a table
Setup
Installation
bash
Install
npx -y @datastax/mcp-server-cassandraExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"cassandra": {
"command": "npx",
"args": ["-y", "@datastax/mcp-server-cassandra"],
"env": {
"CASSANDRA_CONTACT_POINTS": "localhost:9042"
}
}
}
}Quick Info
Authordatastax
LanguageTypeScript
StatusBeta
Stars★ 95
Last UpdatedFeb 12, 2026