Skip to content
Zed

vibesharing for Zed

io.github.erova/vibesharing

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

client:Zed transport:stdio runtime:npm

Install vibesharing in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "vibesharing": {
      "command": "npx",
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "env": {
        "VIBESHARING_TOKEN": "<VIBESHARING_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vibesharing in other clients