AgentCrew is a chat application that enables AI agents to collaborate. It supports multi-agent systems, multiple models, and MCP. The server provides tools for agent communication, task delegation, and coordination. It connects to various AI models and MCP-compatible systems. Developers use it to build specialized AI teams for complex tasks requiring collaboration.
AgentCrew is a chat application that enables AI agents to collaborate. It supports multi-agent systems, multiple models, and MCP. The server provides tools for agent communication, task delegation, and coordination. It connects to various AI models and MCP-compatible systems. Developers use it to build specialized AI teams for complex tasks requiring collaboration.
pip install AgentCrewAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"saigontechnology-agentcrew-github": {
"command": "uvx",
"args": [
"pip install AgentCrew"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AgentCrew?"
API Key Required
This server requires an API key from AgentCrew. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AGENTCREW_API_KEY | Yes | Your AgentCrew API key |
"What resources are available in AgentCrew?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AgentCrew"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AgentCrew with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.