PluginBench
MCP Server

OpenVibeCoding Read-only MCP MCP Server

io.github.xiaojiou176-open/openvibecoding-readonly

What is the OpenVibeCoding Read-only MCP MCP server?

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

How to install OpenVibeCoding Read-only MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openvibecoding-readonly": {
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openvibecoding-readonly": {
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openvibecoding-readonly": {
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openvibecoding-readonly": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openvibecoding-orchestrator"
      ]
    }
  }
}
Claude Code
claude mcp add openvibecoding-readonly -- uvx openvibecoding-orchestrator

Related MCP servers

Local stdio MCP bridge for archive publishing, retrieval, and governance evidence.

View repository →

Local-first Apple Notes backup control room for macOS with a read-only MCP surface.

View repository →

Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots.

View repository →

Local-first grocery price intelligence with a read-only MCP server.

View repository →

Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview.

View repository →

Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots.

View repository →