S
Saga MCP
by @spranab
A Jira-like project tracker MCP server for AI agents. SQLite-backed, 22 tools, full hierarchy, activity logging, and dashboard.
Created 2/21/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-saga-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"spranab-saga-mcp": {
"command": "npx",
"args": [
"spranab-saga-mcp"
]
}
}
}