A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy (Projects > Epics > Tasks > Subtasks), activity logging, and a dashboard — so LLMs never lose track.
{
"mcpServers": {
"saga": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}