Skip to content
Zed

revibe mcp for Zed

io.github.selvatuple/revibe-mcp

Analyze any codebase — get architecture, file roles, execution flows, and agent context.

client:Zed transport:stdio runtime:npm

Install revibe mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "revibe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "env": {
        "REVIBE_API_KEY": "<REVIBE_API_KEY>"
      }
    }
  }
}

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

revibe mcp in other clients