Skip to content
Cursor

baseline mcp for Cursor

io.github.elninyo-ops/baseline-mcp

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

client:Cursor transport:stdio runtime:pypi

Install baseline mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "baseline-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "baseline-mcp"
      ],
      "env": {
        "BASELINE_API_URL": "<BASELINE_API_URL>",
        "BASELINE_API_KEY": "<BASELINE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

baseline mcp in other clients