Skip to content
Cursor

agent conductor for Cursor

io.github.icohangar-ops/agent-conductor

AGENTS.md + skills MCP with CHP R0 gate and adversary decision tools.

client:Cursor transport:stdio runtime:npm

Install agent conductor in Cursor

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

{
  "mcpServers": {
    "agent-conductor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cubiczan/agent-conductor"
      ]
    }
  }
}

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

agent conductor in other clients