OpenVibeCoding Read-only MCP

OpenVibeCoding Read-only MCP

Local
@xiaojiou176-open207PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIopenvibecoding-orchestratorv0.1.0a4

Run

uvx openvibecoding-orchestrator

MCP client config

{
  "mcpServers": {
    "openvibecoding-read-only-mcp": {
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}