🟢 MCP SERVERS — POWERED BY BELGAVI.AI LAB

Production-grade
MCP servers

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.

$ npm install -g @belgavi/cassandra-mcp

@belgavi/cassandra-mcp

Reviews Cassandra schemas, flags antipatterns that destroy production, recommends compaction & consistency strategies. Trained on 14 deep-dive Cassandra articles.

review_schema

Paste a CREATE TABLE — get partition key warnings, clustering analysis, data type advice, and workload-specific recommendations.

check_antipatterns

Scans CQL for 8+ production-killing patterns: ALLOW FILTERING, unbounded partitions, bad secondary indexes, BATCH antipatterns, large IN clauses, and more.

suggest_compaction

Recommends STCS, LCS, TWCS, or UCS based on workload (time-series, OLTP, analytics, write-heavy). Returns the WITH clause to paste.

explain_consistency

Tells you when to use ONE vs QUORUM vs LOCAL_QUORUM for your specific scenario — multi-DC, latency-sensitive, payment workflows, all covered.

Plug into your AI client

1

Install

npm install -g
@belgavi/cassandra-mcp
2

Add to Claude / Cursor / Windsurf

{
  "mcpServers": {
    "cassandra": {
      "command": "npx",
      "args": ["-y",
        "@belgavi/cassandra-mcp"]
    }
  }
}
3

Use it

@cassandra review this:

CREATE TABLE events (
  user_id uuid,
  ts timestamp,
  ...
);

Free. MIT. Built in the open.

Install via npm. Use it however you want. PRs welcome. No accounts, no signups, no friction.

Install from npm → View source on GitHub

Domain expertise, packaged

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.

📚

14 Cassandra articles distilled

Schema design, compaction, repair, consistency tuning, multi-DC patterns — all the knowledge baked into actionable tool responses.

Zero hosting cost

Runs locally via npm. Optional HTTP API on Cloudflare Workers — free tier supports 100K requests/day.

🔧

Works with every MCP client

Claude Desktop, Cursor, Windsurf, Cline, Continue. Build one config, use everywhere.

🆕

More servers coming

Distributed systems linter. LLM cost estimator. MCP server scaffolder. Subscribe for launches.