Skip to content
Grok

Warm for Grok

io.github.jasonstockman/warmio

Context and automation MCP server for Warm financial data and approved write operations.

client:Grok transport:stdio runtime:npm

Install Warm 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": {
    "warmio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@warmio/mcp"
      ],
      "env": {
        "WARM_CONTEXT_API_KEY": "<WARM_CONTEXT_API_KEY>",
        "WARM_CONTEXT_API_KEY_FILE": "<WARM_CONTEXT_API_KEY_FILE>",
        "WARM_AUTOMATION_API_KEY": "<WARM_AUTOMATION_API_KEY>",
        "WARM_AUTOMATION_API_KEY_FILE": "<WARM_AUTOMATION_API_KEY_FILE>",
        "WARM_CONFIG_DIR": "<WARM_CONFIG_DIR>",
        "WARM_API_URL": "<WARM_API_URL>",
        "WARM_API_TIMEOUT_MS": "<WARM_API_TIMEOUT_MS>"
      }
    }
  }
}

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

Warm in other clients