Skip to content
Grok

Infimium for Grok

io.github.aryankumar06/infimium

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

client:Grok transport:stdio runtime:npm

Install Infimium 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": {
    "infimium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<CHROMADB_HOST>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<SHELL_ALLOWLIST>"
      }
    }
  }
}

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

Infimium in other clients