Skip to content
Cursor

p-e relay for Cursor

io.github.zaebee/p-e

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

client:Cursor transport:stdio runtime:oci

Install p-e relay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

p-e relay in other clients