Skip to content
Claude Desktop

Context Engine for Claude Desktop

io.github.melonelish/context-engine

Compress logs, retrieval chunks, and code context into structured LLM-ready signal.

client:Claude Desktop transport:stdio runtime:pypi

Install Context Engine in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Context Engine in other clients