Code-intelligence MCP server built in Rust. Pre-computes a knowledge graph (tree-sitter + SQLite + PageRank + blast radius + git co-change + cyclomatic complexity) and serves it to any AI agent.
Replaces grep/read/find with 21 structural tools.
Saves 91.5% tokens, 7.9/10 LLM-judge quality vs 5.3/10 without.
Supports Claude Code, Cursor, Windsurf, Zed, Continue.dev, OpenCode, Codex CLI. Local-first, no cloud, no embeddings.
`make deploy` and done.
Note: config assumes `qartez-mcp` is already installed via `make deploy` (which puts it in `~/.local/bin/`). If the form requires a full path variant:
Server Config
{
"mcpServers": {
"qartez": {
"command": "qartez-mcp",
"args": []
}
}
}