Skip to content
VS Code

guardian mcp for VS Code

io.github.mrfentmen/guardian-mcp

News and article search from The Guardian. No key required.

client:VS Code transport:stdio runtime:npm

Install guardian mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "guardian-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/guardian-mcp"
      ]
    }
  }
}

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

guardian mcp in other clients