spranab/saga-mcp
by Various
A Jira-like project tracker MCP server for AI agents. SQLite-backed, 22 tools, full hierarchy, activity logging, and dashboard.
MCP
spranab/saga-mcp
Added 1 June 2026
Overview
A Jira-like project tracker implemented as an MCP server for AI agents. It uses SQLite for storage and provides 22 tools for full project hierarchy management, activity logging, and a dashboard.
Best for
Best for
Developers building AI agents that need a simple, embeddable project tracking system
Use cases
- Enabling AI agents to create and manage tasks, subtasks, and projects
- Integrating structured project tracking into AI workflows without external services
- Building an autonomous project management assistant with activity logging
How to use
Install
npm install -g saga-mcp Tools exposed
DB_PATHtracker_inittracker_dashboardproject_createproject_listproject_updateepic_createepic_listepic_updatetask_createtask_listtask_gettask_updatetask_batch_updatesubtask_createsubtask_updatesubtask_deletecomment_addcomment_listtemplate_create
Tested with
Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "saga": {\n "command": "npx",\n "args": ["-y", "saga-mcp"],\n "env": {\n "DB_PATH": "/absolute/path/to/your/project/.tracker.db"\n }\n }\n }\n} Notes
A Jira-like project tracker implemented as an MCP server for AI agents. It uses SQLite for storage and provides 22 tools for full project hierarchy management, activity logging, and a dashboard.
25 stars on GitHub. Last updated 2026-04-21. Licensed MIT.
Use cases
- Enabling AI agents to create and manage tasks, subtasks, and projects
- Integrating structured project tracking into AI workflows without external services
- Building an autonomous project management assistant with activity logging
Pros
- Self-contained SQLite backend requires no external database setup
- 22 tools cover a broad range of project management operations
- Designed specifically for AI agent consumption via MCP
Cons
- Low community adoption (25 stars) implies limited testing and support
- SQLite may become a bottleneck in multi-agent or high-throughput scenarios
- Lacks integration with popular project management platforms like Jira or Trello
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Self-contained SQLite backend requires no external database setup
- 22 tools cover a broad range of project management operations
- Designed specifically for AI agent consumption via MCP
Cons
- Low community adoption (25 stars) implies limited testing and support
- SQLite may become a bottleneck in multi-agent or high-throughput scenarios
- Lacks integration with popular project management platforms like Jira or Trello
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.