Skip to content
Grok

redcon for Grok

io.github.natiixnt/redcon

Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.

client:Grok transport:stdio runtime:pypi

Install redcon in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "redcon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "redcon"
      ]
    }
  }
}

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

redcon in other clients