$ timeahead.in
/ servers/npm/@renseiai/agentfactory-mcp-server
npm

@renseiai/agentfactory-mcp-server

MCP server exposing AgentFactory fleet capabilities to MCP-aware clients

60 stars21/wkupdated 1d agogithub ↗
82good
▣ Overview
npm versionLicense: MITTypeScriptLinear

What it does

The MCP server exposes the AgentFactory fleet orchestration capabilities to any MCP-aware client. It acts as a bridge between external tools (like Claude Code) and the Donmai fleet runtime, allowing clients to spawn, monitor, and manage a pool of coding agents working across development, QA, and acceptance pipelines. The server handles agent lifecycle management, work queue dispatch, and status reporting so MCP clients can orchestrate multi-agent workflows without needing direct access to the underlying orchestrator.

Who it's for

Teams running a Donmai or AgentFactory fleet in production who need external tools to programmatically manage their agents. Developers building MCP integrations for multi-agent workflows, and organizations automating issue resolution or code generation through agent orchestration.

Common use cases

  • Spawn and manage coding agents from Claude Code or other MCP clients without direct access to the fleet
  • Query agent fleet status, workload, and progress from external monitoring tools
  • Submit issues or pull requests to the orchestrator queue for agent processing
  • Retrieve agent results and integrate them back into CI/CD pipelines or chat interfaces
  • Automate multi-agent workflows for large-scale code generation or issue resolution

Setup pitfalls

  • Requires Redis for work queue and session storage — ensure Redis is running and accessible before starting the server
  • LINEAR_ACCESS_TOKEN environment variable required if integrating with Linear issue tracker
  • Server reads and writes to the filesystem for agent worktrees and logs — sandbox permissions carefully
  • Classified as high-risk due to network calls and filesystem access — audit all connected infrastructure before deployment
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
34
6.7
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
81.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high· 6 tools · auth: API key
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
submit-task✓ no
get-task-status✓ no
list-fleet✓ no
get-cost-report✓ no
forward-prompt✓ no
+1 more tools
stop-agent✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "renseiaiagentfactory": {
      "command": "npx",
      "args": [
        "-y",
        "@renseiai/agentfactory-mcp-server"
      ]
    }
  }
}
⚙ Maintenance health
58/ 100 · is this project alive?
contributors (1y)3
top contributor share99%
releases (1y)100
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads21
github stars60
forks10
open issues6
license✓ present
readme length23575 chars
last publish1d ago
last commit1d ago
last updated1d ago
install verified✗ fail · 49d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points