0pi for Grok
io.github.dizzydes/0pi
Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.
client:Grok
transport:stdio
runtime:npm
Install 0pi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"0pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<OPI_API_URL>",
"OPI_LOG_DIR": "<OPI_LOG_DIR>"
}
}
}
}
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