Skip to content
Cursor

vibe coding for Cursor

io.github.muse-code-space/vibe-coding

Auto-document vibe coding sessions - collect, summarize, and publish

client:Cursor transport:stdio runtime:npm

Install vibe coding in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vibe-coding": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibe coding in other clients