mcpbeat Sign in

Code Context Engine MCP Server

local only

Code Context Engine runs on your own machine — the client starts it, so there is no endpoint to ping. 290 installs a week from pypi. Last commit 23 Aug 2026.

Index your codebase. AI searches instead of re-reading files. 94% token savings.

Installs per day peak 294 · avg 103 · -53% w/w
a month agotoday
290
Installs / week
pypi · code-context-engine
419
Stars
13 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] src/context_engine/cli.py:2739, src/context_engine/cli.py:2761
    result = subprocess.run(upgrade_cmd, capture_output=True, text=True)
        for path in cache_dir.rglob("*.incomplete"):
    ".npmrc", ".pypirc", ".netrc",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 code-context-engine -- uvx code-context-engine
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-context-engine": {
      "args": [
        "code-context-engine"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-context-engine]
command = "uvx"
args = ["code-context-engine"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-context-engine": {
      "args": [
        "code-context-engine"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-context-engine": {
      "args": [
        "code-context-engine"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Code Context Engine

same job, measured the same way
Live Memory
by shofer-dev

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

26 installs/wk local only
GitWhy — The Context Layer for Git
by gitwhy-cli

The shared AI context engine for git — save, search, and share the reasoning behind code changes.

29 installs/wk local only
OpenGrok MCP Server
by icyhot09

MCP server bridging OpenGrok search engine with AI for instant context across massive codebases.

362 installs/wk local only
Filesift
by roshunsunder

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

50 installs/wk local only
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
Codeweave
by semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

72 installs/wk local only
Prompyai
by samouh-waleed

Scores your prompts against your real codebase — context-aware prompt intelligence

33 installs/wk local only
Agent Booster
by sseshachala

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

446 installs/wk local only

Code Context Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Context Engine?
Code Context Engine 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 code-context-engine was installed 290 times last week.
How do I connect Code Context Engine?
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 code-context-engine straight from pypi; nothing to host, nothing to sign up for.
How many people use Code Context Engine?
The pypi package code-context-engine was installed 290 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Context Engine open source?
Yes — it is published under the MIT licence, written in Python, 419 stars on GitHub and 13 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.