Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

0pi in other clients