Plug deep domain expertise into Claude, Cursor, Windsurf, and any MCP-compatible AI agent. Cassandra schemas, distributed systems patterns, AI infrastructure advice — grounded in 469 articles of production knowledge.
Reviews Cassandra schemas, flags antipatterns that destroy production, recommends compaction & consistency strategies. Trained on 14 deep-dive Cassandra articles.
Paste a CREATE TABLE — get partition key warnings, clustering analysis, data type advice, and workload-specific recommendations.
Scans CQL for 8+ production-killing patterns: ALLOW FILTERING, unbounded partitions, bad secondary indexes, BATCH antipatterns, large IN clauses, and more.
Recommends STCS, LCS, TWCS, or UCS based on workload (time-series, OLTP, analytics, write-heavy). Returns the WITH clause to paste.
Tells you when to use ONE vs QUORUM vs LOCAL_QUORUM for your specific scenario — multi-DC, latency-sensitive, payment workflows, all covered.
npm install -g @belgavi/cassandra-mcp
{
"mcpServers": {
"cassandra": {
"command": "npx",
"args": ["-y",
"@belgavi/cassandra-mcp"]
}
}
}
@cassandra review this: CREATE TABLE events ( user_id uuid, ts timestamp, ... );
Install via npm. Use it however you want. PRs welcome. No accounts, no signups, no friction.
These servers aren't generic LLM wrappers. The advice comes from production-tested patterns — distilled from 469 in-depth articles and 135 interactive labs at aicassindra.com.
Schema design, compaction, repair, consistency tuning, multi-DC patterns — all the knowledge baked into actionable tool responses.
Runs locally via npm. Optional HTTP API on Cloudflare Workers — free tier supports 100K requests/day.
Claude Desktop, Cursor, Windsurf, Cline, Continue. Build one config, use everywhere.
Distributed systems linter. LLM cost estimator. MCP server scaffolder. Subscribe for launches.