Agentfactory
Freeby MCP Community
MCP server exposing AgentFactory fleet capabilities to MCP-aware clients
v0.8.23Added Apr 12, 2026
Agentfactory MCP Server
MCP server exposing AgentFactory fleet capabilities to MCP-aware clients
Installation
Reviews
Installation
Quick install
npx -y @renseiai/agentfactory-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"agentfactory": {
"command": "npx",
"args": ["-y", "@renseiai/agentfactory-mcp-server"]
}
}
}