Skip to content
Grok

Imperal MCP for Grok

io.github.imperalcloud/imperal-mcp

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

client:Grok transport:stdio runtime:pypi

Install Imperal MCP 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": {
    "imperal-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "imperal-mcp"
      ],
      "env": {
        "IMPERAL_API_URL": "<IMPERAL_API_URL>",
        "IMPERAL_TOKEN": "<IMPERAL_TOKEN>"
      }
    }
  }
}

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

Imperal MCP in other clients