Skip to content
Cursor

CTRLRun Operator for Cursor

io.github.ctrlrun/ctrlrun-mcp-operator

Answer CTRLRun approvals from an MCP client: list what is held, inspect it, grant or deny.

client:Cursor transport:stdio runtime:pypi

Install CTRLRun Operator in Cursor

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

{
  "mcpServers": {
    "ctrlrun-mcp-operator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ctrlrun"
      ]
    }
  }
}

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

CTRLRun Operator in other clients