Odel
saga mcp

saga mcp

Local
@spranab33TypeScriptMITUpdated 2w ago

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsaga-mcpv1.5.5

Run

npx -y saga-mcp

MCP client config

{
  "mcpServers": {
    "saga-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saga-mcp"
      ]
    }
  }
}