Back to Apps

Gortex
by zzet
High-performance code-intelligence engine that indexes code into a graph to cut AI token usage by up to 50x.
0 stars
Works in:VS Code CopilotCursorCodexGemini CLIzedWindsurf
Exposes:ToolsResourcesPrompts
What it does
Gortex is a high-performance code-intelligence engine that builds a provenance-tiered knowledge graph of your codebase. Instead of feeding entire files to an LLM, it provides precise, graph-native lookups of functions, classes, and call chains, significantly reducing token consumption and hallucinations.
Tools
symbol_lookup: Find definitions and references for specific symbols.call_chain: Trace execution paths across functions and services.blast_radius: Analyze the impact of a change across the repository.dataflow: Trace how data moves through the system.clone_detection: Identify duplicate code patterns.refactoring: Suggest structural improvements based on graph analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gortex": {
"command": "gortex",
"args": ["mcp"]
}
}
}
Supported hosts
Claude Code, Kiro, Cursor, Windsurf, VS Code / Copilot, Continue.dev, Cline, OpenCode, Antigravity, Codex CLI, Gemini CLI, Zed, Aider, Kilo Code, OpenClaw, Hermes, Oh My Pi, Pi
Quick install
curl -fsSL https://get.gortex.dev | shInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCodex
Add gortex to AGENTS.md or mcp config entryCursor
Add gortex to mcp.json in ~/.cursor/Windsurf
Add to mcp_config.json entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{"mcpServers": {"gortex": {"command": "gortex", "args": ["mcp"]}}}





