Skip to content
VS Code

vibenetwork for VS Code

io.github.pooriaarab/vibenetwork

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

client:VS Code transport:stdio runtime:npm

Install vibenetwork in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vibenetwork in other clients