Skip to content
Cursor

vibenetwork for Cursor

io.github.pooriaarab/vibenetwork

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

client:Cursor transport:stdio runtime:npm

Install vibenetwork in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibenetwork in other clients