Skip to content
Cursor

mcpwall for Cursor

io.github.behrensd/mcpwall

iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.

client:Cursor transport:stdio runtime:npm

Install mcpwall in Cursor

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

{
  "mcpServers": {
    "mcpwall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpwall"
      ]
    }
  }
}

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

mcpwall in other clients