Panella for Grok
io.github.panellatech/panella
Governed, self-hosted memory for AI agents: writes queue until a named person approves.
client:Grok
transport:stdio
runtime:pypi
Install Panella in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"panella": {
"type": "stdio",
"command": "uvx",
"args": [
"panella"
]
}
}
}
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