AGENTS.md + skills MCP with CHP R0 gate and adversary decision tools.
claude mcp add agent-conductor -- npx -y @cubiczan/agent-conductor
claude_desktop_config.json
{
"mcpServers": {
"agent-conductor": {
"command": "npx",
"args": [
"-y",
"@cubiczan/agent-conductor"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-conductor": {
"command": "npx",
"args": [
"-y",
"@cubiczan/agent-conductor"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-conductor": {
"command": "npx",
"args": [
"-y",
"@cubiczan/agent-conductor"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-conductor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cubiczan/agent-conductor"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-conductor": {
"command": "npx",
"args": [
"-y",
"@cubiczan/agent-conductor"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.icohangar-ops--agent-conductor/reviews or the review_server meta-tool.
POST /mcp