Skip to content
Zed

Warm for Zed

io.github.jasonstockman/warmio

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

client:Zed transport:stdio runtime:npm

Install Warm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Warm in other clients