Back to Apps

Graphenium
by lambda-alpha-labs
Local pre-flight linter and architecture gate for AI agents to prevent structural drift and architectural debt.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Graphenium acts as an external engineering governance layer for AI coding agents (like Claude Code, Cursor, and Aider). It prevents agents from introducing architectural debt by mechanically blocking code changes that violate module boundaries or bypass service layers.
Tools
evaluate_delta_gate: Computes Louvain modularity deltas to detect topological decay.validate_plan: Analyzes virtual ASTs to block architectural boundary violations.create_planning_workspace: Isolates intended changes for pre-flight verification.diagnose_codebase: Performs structural health checks and import resolution analysis.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"graphenium": {
"command": "gm",
"args": ["serve", "--graph", "/path/to/graphenium-out/graph.json", "--watch"]
}
}
}
Supported hosts
Confirmed for Claude Code, Cursor, Aider, and Grok.
Quick install
cargo install --locked --path .Information
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json: {"mcpServers": {"graphenium": {"command": "gm", "args": ["serve", "--graph", "/path/to/graphenium-out/graph.json", "--watch"]}}}Claude Desktop
{"mcpServers": {"graphenium": {"command": "gm", "args": ["serve", "--graph", "/path/to/graphenium-out/graph.json", "--watch"]}}}





