Skip to content
Cursor

config weather mcp for Cursor

io.github.mrfentmen/config-weather-mcp

Measure local configuration complexity and environment contract pressure without returning...

client:Cursor transport:stdio runtime:npm

Install config weather mcp in Cursor

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

{
  "mcpServers": {
    "config-weather-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "config-weather-mcp"
      ]
    }
  }
}

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

config weather mcp in other clients