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