compound-engineering-plugin

GitHub

Official Compound Engineering plugin for Claude Code, Codex, Cursor, and more

24,218 stars TypeScript #compound#engineering
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "compound-engineering-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-compound-engineering-plugin"
      ]
    }
  }
}