Skip to content
VS Code

TWZRD Agent Intelligence for VS Code

io.github.twzrd-sol/twzrd-agent-intel

Pre-spend x402 reputation from observed behavior, plus portable signed V6 receipts.

client:VS Code transport:stdio runtime:pypi

Install TWZRD Agent Intelligence in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "twzrd-signal-source",
      "description": "TWZRD_SIGNAL_SOURCE",
      "password": true
    }
  ],
  "servers": {
    "twzrd-agent-intel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "twzrd-agent-intel"
      ],
      "env": {
        "TWZRD_SIGNAL_SOURCE": "${input:twzrd-signal-source}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

TWZRD Agent Intelligence in other clients