Skip to content
Grok

Context Engine for Grok

io.github.melonelish/context-engine

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

client:Grok transport:stdio runtime:pypi

Install Context Engine in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Context Engine in other clients