Todos and logs, right inside Claude

Tracker is an MCP server that gives Claude a persistent place to store your tasks, reminders, and activity logs — so you can manage your day without leaving the conversation.

What you can do

Reminders
Ask Claude to remind you about anything. Tracker sends a push notification when it's time — even when you're not in a conversation.
Todos
Create, complete, and snooze tasks by talking to Claude. Your list persists across every conversation and device.
Activity logs
Log workouts, meals, habits, or anything else in plain English. Ask Claude to summarize trends whenever you want.

How it works

  1. 1
    Create an account and connect ClaudeRegister, then add your MCP server URL to claude.ai or Claude Desktop.
  2. 2
    Talk to Claude like normal“Remind me to call the dentist tomorrow at 9am” or “Log 30 minutes of running” — no special syntax required.
  3. 3
    Claude remembers, you get notifiedYour data persists across conversations. Reminders arrive as push notifications on any device.

Connect your MCP server

Connect via claude.ai
  1. Create an account or sign in.
  2. In claude.ai, open Settings → Integrations and click Add integration.
  3. Paste your server URL and click Connect:
https://tracker.b2heavyindustries.com/api/mcp

Claude will redirect you here to authorize the connection.

Connect via Claude Desktop
  1. Create an account or sign in.
  2. Open claude_desktop_config.json and add this entry under mcpServers:
"tracker": {
  "command": "npx",
  "args": ["mcp-remote", "https://tracker.b2heavyindustries.com/api/mcp"]
}

The config file is at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS. Restart Claude Desktop after saving.