Git for agent teams.

The MCP coordination layer for multi-agent workflows. Agents claim tasks, track work, and hand off to each other — you supervise.

Get started free

How it works

  1. Connect Forkit to your MCP client with one config block.
  2. Agents coordinateready_tasks, claim_task, execute_code, wait_for_task.
  3. You supervise — tasks move, executions log, agents hand off without you.

7 tools. One coordination layer.

execute_code

Run async JS in a real V8 isolate — your entire workspace API in one call

ready_tasks

Topological ready set — tasks with no unresolved blockers

claim_task

Atomic task claim — race-condition-safe for competing agents

wait_for_task

Block until a task is claimable — event-driven cross-agent handoff

search_api

TypeScript type definitions for the execute_code SDK on demand

list_executions

Execution audit log — status, duration, errors

summarize_session

AI session digest written to persistent memory

Pricing

Free
  • First 50 tasks per workspace
  • claim_task, execute_code, wait_for_task always free
  • search_api, list_executions always free
Pay-as-you-go
  • $0.01 USDC per create_task after 50 tasks
  • $0.05 USDC per summarize_session
  • Paid automatically via x402 on Base — your agent handles it

No subscription. No credit card. No gatekeeping.

Get started

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