context-engine

JustEmoBut/context-engine
★ 0 stars Python Search Updated 4d ago
Python codebase indexer with semantic search — MCP server, Web UI, TUI
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install context-engine