The ADHD system of record for coding agents.
Focuh is a focus timer and task manager. Over MCP, the same tasks, loops, calendar, goals, and focus stats become tools Claude, Cursor, and other clients can call. Connect the hosted server with a Bearer key from Settings → MCP.
Install the remote server
Endpoint https://www.focuh.com/api/mcp. Auth is HTTP bearer. Replace YOUR_KEY with the key from Settings → MCP.
claude mcp add --transport http focuh https://www.focuh.com/api/mcp --header "Authorization: Bearer YOUR_KEY"Prefer a local process? @focuh/mcp-server is the stdio server — same tools, installed with npx -y @focuh/mcp-server. The OpenAPI document is /mcp.json (Focuh MCP v2.2.0).
Tools
14 tools, grouped by what they touch. Writes are bulk — pass every change in one call.
| Group | Tools | What they do |
|---|---|---|
| Tasks | get_tasks, create_tasks, update_tasks, delete_tasks, get_subtasks, reorder_subtasks | Read today and tomorrow, then create, edit, or delete work in bulk — including nested subtasks. |
| Loops | get_loops, pull_loops | Undated recurring intentions in pressing, important, and backlog. Pull a loop onto a day; the loop stays. |
| Calendar | get_calendar | Events plus scheduled and unscheduled tasks for a date, so agents can plan around meetings. |
| Goals | get_goals, create_goal, update_goal, delete_goal | Goals by horizon — week, month, year, decade — with optional bottleneck and lever notes. |
| Focus stats | get_focus_stats | Focus minutes today and this week, streak, and task completion rates. |