Skip to content
Zed

baseline mcp for Zed

io.github.elninyo-ops/baseline-mcp

Statistically rigorous weather and climate context: forecast plus 35-year historical ranking.

client:Zed transport:stdio runtime:pypi

Install baseline 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": {
    "baseline-mcp": {
      "command": "uvx",
      "args": [
        "baseline-mcp"
      ],
      "env": {
        "BASELINE_API_URL": "<BASELINE_API_URL>",
        "BASELINE_API_KEY": "<BASELINE_API_KEY>"
      }
    }
  }
}

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

baseline mcp in other clients