Skip to content

Cassandra

Free

by Indie Developer

Query and manage Apache Cassandra distributed NoSQL databases.

v1.0.0Added Mar 12, 2025
cassandranosqldistributed
Works with:ClaudeGPTGeminiCopilot

Cassandra MCP Server

Query and manage Apache Cassandra distributed NoSQL databases.

Features

  • CQL queries
  • Keyspace management
  • Replication config
  • Cluster monitoring
  • Data modeling

Installation

{
  "mcpServers": {
    "cassandra": {
      "command": "npx",
      "args": ["-y", "mcp-cassandra"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-cassandra
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cassandra": {
      "command": "npx",
      "args": ["-y", "mcp-cassandra"]
    }
  }
}