MCP Server
Maintained
MIT
io.github.MUSE-CODE-SPACE/vibe-coding MCP Server
io.github.MUSE-CODE-SPACE/vibe-coding
What is the io.github.MUSE-CODE-SPACE/vibe-coding MCP server?
Auto-document vibe coding sessions - collect, summarize, and publish
How to install io.github.MUSE-CODE-SPACE/vibe-coding
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vibe-coding": {
"command": "npx",
"args": [
"-y",
"vibe-coding-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vibe-coding": {
"command": "npx",
"args": [
"-y",
"vibe-coding-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibe-coding": {
"command": "npx",
"args": [
"-y",
"vibe-coding-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vibe-coding": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibe-coding-mcp"
]
}
}
}Claude Code
claude mcp add vibe-coding -- npx -y vibe-coding-mcpRelated MCP servers
io.github.MUSE-CODE-SPACE/content-genie
Maintained
AI Content Creation Assistant for Korean creators - Trend analysis & SEO
0
View repository →TypeScript
MIT
io.github.MUSE-CODE-SPACE/test-genie
Maintained
AI-powered app test automation for iOS, Android, Flutter, React Native, Web
0
View repository →TypeScript
MIT