Skip to content
Cursor

Code Context Engine for Cursor

io.github.ai-elara/code-context-engine

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

client:Cursor transport:stdio runtime:pypi

Install Code Context Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Code Context Engine in other clients