Skip to content
VS Code

PEAC Protocol: Signed interaction receipts for VS Code

io.github.peacprotocol/peac

Portable signed records for agent, API, MCP, and cross-runtime interactions.

client:VS Code transport:stdio runtime:npm

Install PEAC Protocol: Signed interaction receipts in VS Code

.vscode/mcp.json

{
  "servers": {
    "peac": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@peac/mcp-server"
      ]
    }
  }
}

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

PEAC Protocol: Signed interaction receipts in other clients