#253 · Primary category: AI Coding Assistants

gortex

ai-tools antigravity claude-code code-analysis code-assistant context-window context-window-optimization context-window-optimizer copilot cursor developer-tools graphrag kiro knowledge-graph local-first mcp-server prompts skills tokens windsurf

A high-performance, local-first code-intelligence engine that indexes code into a graph and serves AI agents via CLI, MCP, and API, cutting token usage by up to 50x.

Project last updated:08/30/26

GitHub Stars

1.5K

Forks

141

Contributors

31

License

Apache-2.0

Why we included this project

Teams running AI coding agents against large or multi-repository codebases often find the agent burning through its context window reading files one by one. Gortex tackles that by indexing repositories into an in-memory knowledge graph and handing your agent the relevant slices over MCP, HTTP, or a web UI, so one graph query replaces a stack of file reads. It parses 257 languages with tree-sitter and layers on compiler-grade resolution for a long list of mainstream languages, which makes the returned symbols, callers, and blast-radius answers reliable enough to act on. Beyond token savings, it adds extras like dataflow and taint tracing, clone detection, speculative edit simulation, and graph-grounded PR review. Everything ships as a single static binary that runs fully local, so the whole pipeline stays on your own machines. If your team is fighting token spend or slow agent loops on big codebases, this is worth a close look.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category