2 months ago
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.
No more scattered markdown files. saga-mcp gives your AI assistant a structured database to track projects, epics, tasks, subtasks, notes, and decisions across sessions.
Server Config
{
"mcpServers": {
"saga": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}