Codeintel MCP Server

Your coding agent should not spend its context window on grep. When your agent asks "where is AuthService used?", grep returns comments, markdown, test fixtures, and similarly named symbols in one noisy pile. The agent burns context re-reading files to filter signal from noise - and still misses call sites. It runs locally over stdio via the published package.

People who work with code intelligence, developer tools and scip and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 4 · #229 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Codeintel

Claude Code

claude mcp add phuongddx-codeintel -- uvx codeintel-navigation-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "phuongddx-codeintel": {
      "command": "uvx",
      "args": [
        "codeintel-navigation-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-25 - young repo, little track record yet

license MIT - declared in the repository

pypi package codeintel-navigation-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.phuongddx is GitHub-verified and matches the repo owner

03 · What Codeintel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.11.0 · 2026-09-14

Homebrew standalone distribution · jarvis 0.11.0 is the first release distributed as a standalone Homebrew binary. · bash · brew install jarvis-intelligence/jarvis/jarvis · The formula bundles Python 3.12, the…

v0.10.0 · 2026-09-12

jarvis gains a face: jarvis dashboard serves a localhost web console over the same ~/.jarvis data the CLI and MCP server read - watch index runs stream their logs, browse per-repo capabilities and recovery, search…

v0.9.1 · 2026-09-11

jarvis index was dying with SIGSEGV/SIGBUS before publishing anything: the tree-sitter 0.26.0 runtime corrupts the heap during the syntax-baseline walk. This patch pins the runtime to 0.25.2; every grammar pin is…

04 · Who maintains Codeintel

codeintel is maintained by phuongddx. We track 2 MCP servers from phuongddx - 2 actively maintained, 8 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from phuongddx.

  1. jarvis Local-first SCIP code navigation and Zoekt search over your own indexed repositories ★ 4

05 · Facts

category
memory - ranked #229 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.phuongddx/codeintel (active, first published 2026-08-01 · 5 versions)
packages
pypi:codeintel-navigation-mcp

06 · Codeintel FAQ

What is Codeintel?

Your coding agent should not spend its context window on grep. When your agent asks "where is AuthService used?", grep returns comments, markdown, test fixtures, and similarly named symbols in one noisy pile. The agent burns context re-reading files to filter signal from noise - and still misses call sites. It runs locally over stdio via the published package.

Is Codeintel still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Codeintel?

Run `uvx codeintel-navigation-mcp`. You can also paste the ready-made client config above.

Does Codeintel run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Codeintel

Pairs well with

Servers that cover what Codeintel doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Jarvis · Kernal MCP · Plur · GPU MCP Server · Thread Keeper

More Python MCP servers · Zotero MCP Local · Sayou · Aria MCP Server · Plan Exe · see all