Skip to content

OpenVibeCoding Read-only MCP for Grok

io.github.xiaojiou176-open/openvibecoding-readonly

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

client:Grok transport:stdio runtime:pypi

Install OpenVibeCoding Read-only MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OpenVibeCoding Read-only MCP in other clients