Skip to content
VS Code

chain signer for VS Code

io.github.kevthetech143/chain-signer

Security suite for AI agents: flag drains, permit-phishing & risky actions before signing.

client:VS Code transport:stdio runtime:pypi

Install chain signer in VS Code

.vscode/mcp.json

{
  "servers": {
    "chain-signer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chain-signer"
      ]
    }
  }
}

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

chain signer in other clients