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.

Focuh MCP tools grouped by tasks, loops, calendar, goals, and focus stats
GroupToolsWhat they do
Tasksget_tasks, create_tasks, update_tasks, delete_tasks, get_subtasks, reorder_subtasksRead today and tomorrow, then create, edit, or delete work in bulk — including nested subtasks.
Loopsget_loops, pull_loopsUndated recurring intentions in pressing, important, and backlog. Pull a loop onto a day; the loop stays.
Calendarget_calendarEvents plus scheduled and unscheduled tasks for a date, so agents can plan around meetings.
Goalsget_goals, create_goal, update_goal, delete_goalGoals by horizon — week, month, year, decade — with optional bottleneck and lever notes.
Focus statsget_focus_statsFocus minutes today and this week, streak, and task completion rates.