← Back to browse

baseline-mcp

Indexed by io.github.elninyo-ops

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBASELINE_API_URL BASELINE_API_KEY
Claude Code
claude mcp add --env BASELINE_API_URL= --env BASELINE_API_KEY= baseline-mcp -- uvx baseline-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"baseline-mcp","command":"uvx","args":["baseline-mcp"],"env":{"BASELINE_API_URL":"","BASELINE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "baseline-mcp": {
      "command": "uvx",
      "args": [
        "baseline-mcp"
      ],
      "env": {
        "BASELINE_API_URL": "",
        "BASELINE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.