Back to browse
GitHub Repository

High-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local.

649 starsGo

Gortex – MCP server for cross-repo code intelligence

by zzet·Apr 21, 2026·3 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

49 MCP tools and 94% token reduction, but 'chat with codebase' is a crowded category.

Strengths
  • In-memory knowledge graph with tree-sitter parsing across 92 languages enables fast cross-repo queries.
  • 49 MCP tools including call chain tracing and dead code detection replace multiple file reads.
  • Impressive indexing speed: VS Code in 1 minute, Linux kernel in 3 minutes.
Weaknesses
  • PolyForm license restricts commercial use — not fully open source like competitors.
  • Author admits the core idea isn't novel in a space with Cursor, Continue, and Cody.
Target Audience

Backend developers, teams with multi-repo codebases

Similar To

Sourcegraph Cody · Cursor · Continue.dev

Post Description

The core idea doesn't seem new after the hype of a few similar tools. I wanted to have a solution for a smart search between repositories, contract recognition (across repositories/business flows), where they're broken, and where a bug sits in multi-step user interaction, considering the product is built in different languages, which are in different repositories. It evolved into the daemon that indexes the code and, paired with a coding agent via MCP protocol (in a mono-repo or multi-repository mode), provides real-time code indexing and many MCP tools (47 at the moment) for cases like getting exact function code (instead of reading whole file), query code structure, trace call chains across repos, detect dead code, semantic search across the code.

VS Code (10.7K files) indexed in ~1 minute, Linux kernel (70K files) in ~3 minutes

Licensed under PolyForm Small Business — free for personal use, open source projects, small businesses, education, and healthcare.

I knew a few similar projects were launched in the middle of Gortex's development, but after recent testing, I found it worth sharing the project with others and listening to their feedback.

Similar Projects

Developer Tools●●Solid

CasperAI – A local MCP server for cross-platform engineering context

It stitches Slack threads, PRs, tickets and docs into a local "context lake" and can point a mention like handlePayment() straight to the file and related PRs — very practical for debugging and postmortems. The use of SQLite FTS5 for local full-text search plus MCP for a unified context layer is a smart, pragmatic combo; success will hinge on connector reliability and search/ranking quality, not the README.

Niche GemSolve My Problem
chose166
114mo ago
Developer Tools●●●Banger

Local, privacy-first MCP code intelligence in Rust

AST-aware codebase search and onboarding beats grep, ships as local MCP server.

Big BrainSolve My ProblemWizardry
avirajkhare
103mo ago