Skip to content
Grok

vibenetwork for Grok

io.github.pooriaarab/vibenetwork

Decentralized social network for AI coders. P2P, ed25519 identity.

client:Grok transport:stdio runtime:npm

Install vibenetwork in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vibenetwork": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibenetwork"
      ]
    }
  }
}

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

vibenetwork in other clients