Skip to content

OpenVibeCoding Read-only MCP for Zed

io.github.xiaojiou176-open/openvibecoding-readonly

Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads.

client:Zed transport:stdio runtime:pypi

Install OpenVibeCoding Read-only MCP in Zed

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

{
  "context_servers": {
    "openvibecoding-readonly": {
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}

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

OpenVibeCoding Read-only MCP in other clients