Skip to content
Windsurf

contract guard mcp for Windsurf

io.github.eltociear/contract-guard-mcp

EVM contract/token risk check + ERC20 approval (proxy, EIP-7702, unlimited-allowance). Zero deps.

client:Windsurf transport:stdio runtime:oci

Install contract guard mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "contract-guard-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/contract-guard-mcp:mcp-1.1.0"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

contract guard mcp in other clients