Skip to content
VS Code

config weather mcp for VS Code

io.github.mrfentmen/config-weather-mcp

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

client:VS Code transport:stdio runtime:npm

Install config weather mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

config weather mcp in other clients