oh-my-claudecode

GitHub

Teams-first Multi-agent orchestration for Claude Code

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "oh-my-claudecode": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-oh-my-claudecode"
      ]
    }
  }
}