mcpbeat Sign in

Codeintel MCP Server

local only

Codeintel runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from pypi.

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 5
a month agotoday
36
Installs / week
pypi · codeintel-navigation-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codeintel -- uvx codeintel-navigation-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codeintel": {
      "args": [
        "codeintel-navigation-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codeintel]
command = "uvx"
args = ["codeintel-navigation-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codeintel": {
      "args": [
        "codeintel-navigation-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codeintel": {
      "args": [
        "codeintel-navigation-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Codeintel

same job, measured the same way
Jarvis
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

373 installs/wk local only
Jarvis
by jarvis-intelligence

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
Atlas Scout
by zaguanlabs

Local, read-only structural code navigation and bounded dependency analysis for source repositories.

local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
MCP Gtags Server
by harshithsunku

Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.

164 installs/wk local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Code Index
by trondhindenes

Fast local source code searching using Zoekt trigram-based indexing

local only

Codeintel — questions

Answers built from our own checks of this server.

Why is there no uptime for Codeintel?
Codeintel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package codeintel-navigation-mcp was installed 36 times last week.
Is Codeintel still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Codeintel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codeintel-navigation-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Codeintel?
The pypi package codeintel-navigation-mcp was installed 36 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.