io.github.erova/vibesharing · v0.7.3
Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.
vibesharing 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<VIBESHARING_TOKEN>"
}
}
}
}VIBESHARING_TOKEN必填secretYour VibeSharing deploy token (get it from vibesharing.app/dashboard/account)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.erova/vibesharing",
"type": "mcp-server",
"version": "0.7.3",
"displayName": "vibesharing",
"description": "Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.",
"repository": {
"url": "https://github.com/erova/vibesharing-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@vibesharingapp/mcp-server",
"version": "0.7.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "VIBESHARING_TOKEN",
"description": "Your VibeSharing deploy token (get it from vibesharing.app/dashboard/account)",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.erova/vibesharing",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.erova%2Fvibesharing/versions/latest",
"isOfficial": true,
"status": "active"
}
}