MCP Directory

gortex

by zzet · Go · ★ 764

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.

#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

Install

go install github.com/zzet/gortex@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gortex": {
      "command": "npx",
      "args": [
        "-y",
        "github:zzet/gortex"
      ]
    }
  }
}

From the README

-----------|-----------|----------|----------| | **HTTP routes** | Framework annotations (gin, Express, FastAPI, Spring, …) | Route handler | HTTP client calls (, ) | | **gRPC** | Proto service definitions | Service RPC | Client stub calls | | **GraphQL** | Schema type/field definitions | Schema | Query/mutation strings | | **Message topics** | Kafka / RabbitMQ / NATS / Redis pub/sub | Publish calls | Subscribe calls | | **WebSocket** | Event emit/listen patterns | | | | **Env vars** | , , files | / | / | | **OpenAPI** | Swagger / OpenAPI spec files | Spec paths | (linked to HTTP routes…
Read full README on GitHub →

Related developer tools servers