Back to Apps

Qartez
by kuberstar
Semantic code intelligence server that replaces grep with a pre-computed knowledge graph of your codebase.
0 stars
Works in:CursorzedWindsurfGemini CLIGooseCodex
Exposes:ToolsResourcesPrompts
What it does
Qartez provides a high-performance knowledge graph of your repository, allowing AI agents to query codebase structure, importance, and impact instead of scanning files byte-by-byte. It significantly reduces token usage by serving precise answers about symbol definitions, dependencies, and architectural hotspots.
Tools
qartez_map: Provides a ranked project skeleton based on PageRank.qartez_find: Jumps directly to a symbol definition by exact name.qartez_impact: Analyzes what will break if a file is changed (blast radius).qartez_outline: Generates a table of contents for any file with signatures.qartez_hotspots: Identifies high-risk code using complexity and churn metrics.qartez_rename: Performs atomic symbol renaming across the codebase.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"qartez": {
"command": "/absolute/path/to/qartez",
"args": []
}
}
}
Supported hosts
Claude Desktop, Cursor, Zed, Windsurf, Gemini, Goose, Codex CLI
Quick install
curl -sSfL https://qartez.dev/install | shInformation
- Pricing
- free
- Published
- 8/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCodex
Add to AGENTS.md or mcp config entryGoose
Add to goose configure entryCursor
Add to mcp.json in ~/.cursor/ or project .cursor/Windsurf
Add to mcp_config.json entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{"mcpServers": {"qartez": {"command": "/absolute/path/to/qartez", "args": []}}}






