focus-timer-tools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@focus-timer-toolsstart a focus session"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
focus-timer-tools
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-toolsInstalls the focus-timer skill (skills/focus-timer/SKILL.md) into your agent.
Related MCP server: Context Apps
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_hereThe 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 · decideMCP 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jpvarbed/focus-timer-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server