Skip to content
VS Code

p-e relay for VS Code

io.github.zaebee/p-e

Read-only access to an append-only corpus of provenance-bearing coordination records.

client:VS Code transport:stdio runtime:oci

Install p-e relay in VS Code

.vscode/mcp.json

{
  "servers": {
    "p-e": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zaebee/p-e:0.3.1"
      ]
    }
  }
}

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

p-e relay in other clients