Procheiron for Grok
io.github.logotheusneuro-cpu/procheiron
Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.
client:Grok
transport:stdio
runtime:pypi
Install Procheiron in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"procheiron": {
"type": "stdio",
"command": "uvx",
"args": [
"procheiron"
],
"env": {
"PROCHEIRON_SIGNING_KEY": "<PROCHEIRON_SIGNING_KEY>"
}
}
}
}
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