Skip to content
VS Code

agent conductor for VS Code

io.github.icohangar-ops/agent-conductor

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

client:VS Code transport:stdio runtime:npm

Install agent conductor in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent conductor in other clients