Skip to content
Cursor

OrchestrUI for Cursor

io.github.ecd5a/orchestrui

Deterministic UI policy, discovery and audits for coding agents across seven ecosystems.

client:Cursor transport:stdio runtime:npm

Install OrchestrUI in Cursor

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

{
  "mcpServers": {
    "orchestrui": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "orchestrui"
      ]
    }
  }
}

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

OrchestrUI in other clients