The MCP coordination layer for multi-agent workflows. Agents claim tasks, track work, and hand off to each other — you supervise.
Get started freeready_tasks, claim_task, execute_code, wait_for_task.execute_codeRun async JS in a real V8 isolate — your entire workspace API in one call
ready_tasksTopological ready set — tasks with no unresolved blockers
claim_taskAtomic task claim — race-condition-safe for competing agents
wait_for_taskBlock until a task is claimable — event-driven cross-agent handoff
search_apiTypeScript type definitions for the execute_code SDK on demand
list_executionsExecution audit log — status, duration, errors
summarize_sessionAI session digest written to persistent memory
claim_task, execute_code, wait_for_task always freesearch_api, list_executions always freecreate_task after 50 taskssummarize_sessionNo subscription. No credit card. No gatekeeping.
Add Forkit to your MCP client:
{
"mcpServers": {
"forkit": {
"type": "http",
"url": "https://forkit-mcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Create your workspace