Skip to content
Zed

vibe coding for Zed

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

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

client:Zed transport:stdio runtime:npm

Install vibe coding in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vibe-coding": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vibe coding in other clients