MCP server for git lifecycle management, Zoekt-based code search, and cross-repo dependency analysis
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"code-intel-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# code-intel-mcp [](https://github.com/arunveersingh/code-intel-mcp/actions) [](https://pypi.org/project/code-intel-mcp/) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) MCP server that gives AI agents deep code understanding across multiple git repositories. Combines git lifecycle management, [Zoekt](https://github.com/sourcegraph/zoekt)-based trigram code search, and cross-repo dependency analysis. ## Quick Start (macOS) ### Prerequisites Install [uv](https://docs.astral.sh/uv/getting-started/installation/) (Python package runner): ```bash brew install uv ``` ### 1. Setup (one time) ```bash uvx code-intel-mcp setup --zoekt-url "https://github.com/arunveersingh/code-intel-mcp/releases/download/v0.1.0" ``` This creates `~/.code-intel-mcp/` directories and downloads the Zoekt search engine binaries. ### 2. Add to your MCP client **Kiro** — add to `~/.kiro/settings/mcp.json` inside `"mcpServers"`: ```json "code-intel-mcp": { "command": "uvx", "args": ["code-intel-mcp", "serve"], "env": { "GITLAB_URL": "https://your-gitlab.com", "GITLAB_TOKEN": "<your-personal-access-token>" }, "disabled": false, "autoApprove": [] } ``` **Claude Desktop** — add to `~/Library/Application Support/Claude/claude_desktop_config.json` inside `"mcpServers"`: ```json "code-intel-mcp": { "command": "uvx", "args": ["code-intel-mcp", "serve"], "env": { "GITLAB_URL": "https://your-gitlab.com", "GITLAB_TOKEN": "<your-personal-access-token>" } } ``` ### 3. Done Restart your MCP client. Your AI agent now has access to 15 tools for code intelligence. ## Features - **Git lifecycle** — clone, pull, checkout, sync, and remove repositories - **GitLab…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.