Skip to content
Zed

AESO MCP for Zed

io.github.bchoi-qwe/aeso-mcp

Typed Alberta electricity market data and analytics via official AESO APIs.

client:Zed transport:stdio runtime:pypi

Install AESO MCP 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": {
    "aeso-mcp": {
      "command": "uvx",
      "args": [
        "aeso-mcp"
      ],
      "env": {
        "AESO_API_KEY": "<AESO_API_KEY>"
      }
    }
  }
}

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

AESO MCP in other clients