← Leaderboard

Saga — Project Tracker for AI Agents

Partner — verifiedlocal

A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy and activity logging — so LLMs…

Unknown author · joined 2026-06-17

View in directory
Popularity rank
#1739

of 2,090

Popularity score
5,125

directory metric

Trending rank

no score

Tools
31

exposed by this server

Movement

Rank, 24h

Rank, 7d

Score, 24h

Score, 7d

30-day trend

Movement is measured against our own daily snapshots, which begin the day this site launched. Nothing to compare against yet.

About

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

Connection

Works with
claude-desktop

Tools 31

  • 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
  • note_search
  • note_delete
  • tracker_search
  • activity_log
  • tracker_session_diff
  • tracker_export
  • tracker_import