Skip to content
Cursor

OpenVibeCoding Read-only MCP for Cursor

io.github.xiaojiou176-open/openvibecoding-readonly

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

client:Cursor transport:stdio runtime:pypi

Install OpenVibeCoding Read-only MCP in Cursor

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

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

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

OpenVibeCoding Read-only MCP in other clients