Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Focus Timer Tools

БесплатноНе проверен

MCP server that provides tools to control a server-owned Pomodoro timer, allowing focus, pause, resume, skip, reset, and stats operations.

GitHubEmbed

Описание

MCP server that provides tools to control a server-owned Pomodoro timer, allowing focus, pause, resume, skip, reset, and stats operations.

README

Headless clients for the focus.jasonv.dev Pomodoro timer — a CLI, an MCP server, and a Claude skill. The timer is server-owned: your browser, this CLI, an MCP-connected agent, and the skill all drive one coherent timer (25-min focus / 5-min break, long break every 4th, auto-advancing server-side).

The app itself (web + Convex backend) lives in a separate private repo. These tools talk to its public Convex deployment.

New here? Follow GETTING_STARTED.md — sign in, mint a key, and wire your agents in ~5 minutes. Then EXO_BRAIN.md — what to actually capture so the provenance graph is worth querying later.

Install the skill

npx skills add jpvarbed/focus-timer-tools

Installs the focus-timer skill (skills/focus-timer/SKILL.md) into your agent.

Identity — a minted key

Sign in at focus.jasonv.dev, then Settings → Mint key, and export the ak_… key:

export FOCUS_API_KEY=ak_your_key_here

The owner is derived from the key server-side (no cleartext id), it's write-only to your own fleet, and it's one-click revocable. The endpoint defaults to the prod deployment; override with FOCUS_CONVEX_SITE only if you run your own backend.

CLI

FOC=cli/src/index.ts
bun run "$FOC" status
# timer:  status · start [label] · pause · resume · skip · reset · stats · watch · config
# fleet:  fleet · report · ask · recall · learn · decide

MCP server

Add to your MCP client (Claude Desktop/Code):

{
  "mcpServers": {
    "focus-timer": {
      "command": "bun",
      "args": ["run", "/path/to/focus-timer-tools/mcp/src/stdio.ts"],
      "env": { "FOCUS_API_KEY": "ak_your_key_here" }
    }
  }
}

Tools: focus_report, focus_ask, focus_event, focus_recall, focus_learn, plus the timer tools (focus_status, focus_start, focus_pause, focus_resume, focus_skip, focus_reset, focus_stats).

Hosted (remote) MCP: https://mcp.jasonv.dev/api/mcp — authenticate with Authorization: Bearer ak_…. Advertised for agentic discovery at focus.jasonv.dev/.well-known/ai-catalog.json (ARD).

Auto-report — Claude Code hooks

Two hooks make every session report presence and commits with no manual calls — see GETTING_STARTED.md §5 for the ~/.claude/settings.json block (scripts/cc-fleet-hook.py + scripts/cc-commit-hook.py).

Claude skill

skills/focus-timer/SKILL.md — installed via npx skills add above (or drop into your skills dir). Wraps the CLI so an agent can pace its own work in focus blocks and report into the fleet.

from github.com/jpvarbed/focus-timer-tools

Установка Focus Timer Tools

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jpvarbed/focus-timer-tools

FAQ

Focus Timer Tools MCP бесплатный?

Да, Focus Timer Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Focus Timer Tools?

Нет, Focus Timer Tools работает без API-ключей и переменных окружения.

Focus Timer Tools — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Focus Timer Tools в Claude Desktop, Claude Code или Cursor?

Открой Focus Timer Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Focus Timer Tools with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development