Code Context Engine MCP Server

Index your codebase. AI searches instead of re-reading files. 94% token savings, reproducibly benchmarked. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 402 · #16 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Code Context Engine

Claude Code

claude mcp add elara-labs-code-context-engine -- uvx code-context-engine

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "elara-labs-code-context-engine": {
      "command": "uvx",
      "args": [
        "code-context-engine"
      ]
    }
  }
}

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

license MIT - declared in the repository

pypi package code-context-engine - check the name against the project README before installing (PyPI has no namespace ownership)

registry registry publisher io.github.ai-elara is not the repo owner (elara-labs) - the registry entry was published by someone else

03 · What Code Context Engine can do

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

Latest releases

v0.4.26 · 2026-08-12

add C# language support to AST chunker · add C# to AST-aware supported languages · add AI Engineer World's Fair 2026 talk video to README · Windows test failures (UTF-8 encoding, TOML escaping, symlink) · add Pi coding…

v0.4.25 · 2026-07-01

cap tree-sitter<0.26 to stop SIGSEGV/SIGBUS on cce init (#114, #113) · thread-local tree-sitter parsers to end concurrent-parse races (#113) · release v0.4.25

v0.4.24 · 2026-06-21

Windows encoding crash + stale savings display · README overhaul + savings badge CLI for growth · release v0.4.24

04 · Who maintains Code Context Engine

Code Context Engine is maintained by elara-labs. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
coding agent - ranked #16 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-12)
registry
io.github.ai-elara/code-context-engine (active, first published 2026-05-03)
packages
pypi:code-context-engine

06 · Code Context Engine FAQ

What is Code Context Engine?

Index your codebase. AI searches instead of re-reading files. 94% token savings, reproducibly benchmarked. It runs locally over stdio via the published package.

Is Code Context Engine still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Code Context Engine?

Run `uvx code-context-engine`. You can also paste the ready-made client config above.

Does Code Context Engine 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 Code Context Engine

More coding agent MCP servers · Eox Elements · Ontomics · Figma To Code MCP · Glass · Dep Scope

More Python MCP servers · Everything File Search · Skill Audit MCP · Memory Fabric · Emercoin Agent · Semahash · see all