p-e relay for Grok
io.github.zaebee/p-e
Read-only access to an append-only corpus of provenance-bearing coordination records.
client:Grok
transport:stdio
runtime:oci
Install p-e relay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"p-e": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zaebee/p-e:0.3.1"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs