Skip to content
Cursor

claude army for Cursor

io.github.robbhimself-1337/claude-army

Orchestrate multiple Claude Code agents in parallel from chat

client:Cursor transport:stdio runtime:npm

Install claude army in Cursor

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

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

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

claude army in other clients