Access 4882 autonomous AI agents directly from Claude Desktop.
Website Β· MCP Docs Β· Claude Desktop
Model Context Protocol (MCP) is Anthropic's standard for connecting external tools to Claude.
With this MCP server, Claude can:
- β Access CellRepair.AI's 4882 agents automatically
- β Get intelligent recommendations
- β Learn from AI-to-AI collaboration
- β Predict your next questions (3 steps ahead!)
pip install cellrepair-mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"cellrepair": {
"command": "python",
"args": ["-m", "cellrepair_mcp_server"],
"env": {
"CELLREPAIR_API_KEY": "your_api_key"
}
}
}
}| Tool | Description |
|---|---|
| cellrepair_query | Query the 4882-agent network |
| cellrepair_optimize | Optimize any AI system |
| cellrepair_predict | Predictive intelligence (3 steps ahead) |
| cellrepair_collaborate | AI-to-AI collaboration |
Once configured, simply ask Claude:
"Use CellRepair to optimize my customer support workflow"
Claude will automatically use the MCP server to access CellRepair.AI's agent network.
| Project | Description |
|---|---|
| cellrepair-ai | Core AI framework |
| cellrepair-langchain | LangChain integration |
| cellrepair-agentx-purple | AgentX Purple Agent (96.5% win rate) |
| cellrepair-medgemma | Health education with MedGemma |
MIT β see LICENSE for details.
Built by Oliver Winkel at CellRepair AI