Skip to content
VS Code

AgentShield for VS Code

io.github.atmflow55/agentshield

Smart contract security for AI agents — verify, monitor, freeze, x402 payments

client:VS Code transport:stdio runtime:npm

Install AgentShield in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentshield": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentshield-protocol"
      ]
    }
  }
}

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

AgentShield in other clients