zzet/gortex
High-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local. Discord: https://discord.gg/39MFHu3J5d
About the project
A local Go code-intelligence engine that builds a graph of functions, classes, call chains and contracts across 257 languages and serves it to AI agents and IDEs via CLI, MCP and API, cutting token usage.
Useful for
- Connect Gortex to Claude Code or Cursor so the agent reads only needed symbols instead of whole files
- Find everything that breaks when a function changes via a blast-radius query
- Link several repositories into one graph and match provider HTTP routes with client calls
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 6 stars so far today, about 25 expected by the end of the day. The usual pace is 6 per day, so that's 4.3× as much.
- Before this, the repository barely got any stars — about 2 per day.
- GitHub Trending Go today: #8, +71 stars.
- Recent forks include notable developers: @eas4ai (209 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 1,716
- Today
- 6 · ≈ 25 by evening
- Forks
- 162
- Issues and pull requests
- 818
- Watchers
- 7
- Language
- Go
- License
- Apache-2.0
- Latest release
- v0.64.4 · September 16, 2026
- Created
- April 6, 2026
- Last push
- September 23, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026GitHub Trending Go today: #8, +71 stars
Similar by description
-
3.6
DeusData/codebase-memory-mcp
MCP server for code intelligence: indexes repositories into a persistent knowledge graph (functions, classes, call chains, HTTP routes) across 162 languages and answers structural queries in milliseconds. Built for AI…
-
2.5
tirth8205/code-review-graph
A local code knowledge graph: builds a structural map of a repository with Tree-sitter and serves AI assistants over MCP only the files a change touches.
-
2.6
ctxrs/graf
Graf is a Rust rewrite of a code-graph tool that builds a graph of your codebase and docs, acting as a local alternative to Sourcegraph. It indexes code into SQLite so agents can quickly trace relationships between…