Persistent coordination infrastructure for multi-agent AI systems, exposed as a single MCP endpoint.
Overview
Forkit gives agent swarms shared, persistent infrastructure over a single MCP endpoint. Agents coordinate through a shared task graph — creating tasks, claiming them atomically (race-condition-safe), resolving dependency graphs automatically, and handing off to each other via long-poll with ~250ms wake latency. An execute_code tool runs async JS in a real V8 sandbox, collapsing multi-step workflows from ~150K tokens to ~1K. Built on Cloudflare Workers + D1. First 50 tasks free, then $0.01 USDC/task via x402.
Server Config
{
"mcpServers": {
"forkit": {
"type": "http",
"url": "https://forkit-mcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}