Skip to content
Windsurf

Warm for Windsurf

io.github.jasonstockman/warmio

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

client:Windsurf transport:stdio runtime:npm

Install Warm in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "warmio": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Warm in other clients