Cc Agent
Freeby MCP Community
MCP server for spawning Claude Code agents in cloned repos — branch your agents
v0.13.8Added Apr 12, 2026
claudeclaude-codemcpagentai
Cc Agent MCP Server
MCP server for spawning Claude Code agents in cloned repos — branch your agents
Installation
Reviews
Installation
Quick install
npx -y @gonzih/cc-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"cc-agent": {
"command": "npx",
"args": ["-y", "@gonzih/cc-agent"]
}
}
}