Skip to content
VS Code

OpenVibeCoding Read-only MCP for VS Code

io.github.xiaojiou176-open/openvibecoding-readonly

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

client:VS Code transport:stdio runtime:pypi

Install OpenVibeCoding Read-only MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "openvibecoding-readonly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OpenVibeCoding Read-only MCP in other clients