← Index

io.github.erova/vibesharing

io.github.erova/vibesharing·v0.7.3·Developer Tools
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vibesharing": {
      "command": "npx",
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "env": {
        "VIBESHARING_TOKEN": "<your-vibesharing_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vibesharing": {
      "command": "npx",
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "env": {
        "VIBESHARING_TOKEN": "<your-vibesharing_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @vibesharingapp/mcp-server
§02  Environment variables
VIBESHARING_TOKEN
requiredsecret

Your VibeSharing deploy token (get it from vibesharing.app/dashboard/account)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools