Skip to content
Grok

Kongen Labs — Pattern Intelligence for Grok

io.github.fisnik/kongen-mcp

LLM reasoning regime detection, cross-domain pattern transfer, and model routing.

client:Grok transport:stdio runtime:pypi

Install Kongen Labs — Pattern Intelligence in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kongen-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kongenlabs-mcp"
      ],
      "env": {
        "KONGEN_API_KEY": "<KONGEN_API_KEY>"
      }
    }
  }
}

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

Kongen Labs — Pattern Intelligence in other clients