Saga — Project Tracker for AI Agents
A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy and activity logging — so LLMs never lose track.
Add to Claude (opens in new tab)Saga gives your AI assistant a structured SQLite database to track projects, epics, tasks, subtasks, notes, and decisions across sessions. No more scattered markdown files — one `tracker_dashboard` call gives full project context to resume work.
**Key features:**
- Full hierarchy: Projects > Epics > Tasks > Subtasks
- Task dependencies: Express sequencing with auto-block/unblock
- Comments: Threaded discussions on tasks for decision trails
- Templates: Reusable task sets with variable substitution
- Dashboard: One tool call gives full overview with natural language summary
- SQLite: Self-contained `.tracker.db` file per project — zero setup
- Activity log: Every mutation is automatically tracked
- Notes system: Decisions, context, meeting notes, blockers
- Batch operations: Create multiple subtasks or update multiple tasks in one call
- 31 focused tools with safety annotations
- Import/export: Full project backup and migration as JSON
Tools
- tracker_init
- tracker_dashboard
- project_create
- project_list
- project_update
- epic_create
- epic_list
- epic_update
- task_create
- task_list
- task_get
- task_update
- task_batch_update
- subtask_create
- subtask_update
- subtask_delete
- comment_add
- comment_list
- template_create
- template_list
- template_apply
- template_delete
- note_save
- note_list
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won’t change.