Odel
Code Context Engine

Code Context Engine

Local
@elara-labs410PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcode-context-enginev0.4.13

Run

uvx code-context-engine

MCP client config

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