Saga MCP

Your coding agent loses the plan between sessions. You come back tomorrow and it has no idea which of the five things you agreed on are done, which one is blocked on which, or why you rejected the second approach - because the plan lived in the context window, or in a TODO.md nobody updates. Its 31 documented tools cover tracker, task, template, note.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 33 · #36 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Saga MCP

before you install - you'll need

DB_PATH

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add spranab-saga-mcp -- npx -y saga-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package saga-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.spranab is GitHub-verified and matches the repo owner

03 · What Saga MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new project, list projects with completion stats, update project (archive to soft-delete), and create an epic within a project.

Capability map

Tools grouped from the project's README - what Saga MCP lets an agent do.

Tracker

6 tools - e.g. Initialize tracker and create first project; Full project overview with natural language summary; Cross-entity search (projects, epics, tasks, notes)

tracker_init · tracker_dashboard · tracker_search · tracker_session_diff · tracker_export · tracker_import

Task

5 tools - e.g. Create a task with optional dependencies; List/filter tasks with dependency info; Get task with subtasks, notes, comments, and dependencies

task_create · task_list · task_get · task_update · task_batch_update

Template

4 tools - e.g. Create a reusable task template with {variable} placeholders; List available templates; Apply template to create tasks with variable substitution

template_create · template_list · template_apply · template_delete

Note

4 tools - e.g. Create or update a note (upsert); List notes with filters; Full-text search across notes

note_save · note_list · note_search · note_delete

Project

3 tools - e.g. Create a new project; List projects with completion stats; Update project (archive to soft-delete)

project_create · project_list · project_update

Epic

3 tools - e.g. Create an epic within a project; List epics with task counts; Update an epic

epic_create · epic_list · epic_update

Subtask

3 tools - e.g. Create subtask(s) - supports batch; Update subtask title/status; Delete subtask(s) - supports batch

subtask_create · subtask_update · subtask_delete

Comment

2 tools - e.g. Add a comment to a task (threaded discussion); List all comments on a task

comment_add · comment_list

Latest releases

v1.5.5 · 2026-03-27

MCP Registry publish fix

v1.5.4 · 2026-03-27

Add mcpName field and server.json for Official MCP Registry publishing.

v1.5.3 · 2026-03-02

Updated icon.png with kanban board design for directory listings

04 · Who maintains Saga MCP

saga-mcp is maintained by spranab. We track 2 MCP servers from spranab - 2 actively maintained, 100 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from spranab.

  1. brainstorm-mcp Multi-model AI brainstorming debates with code review and quick perspectives ★ 67

05 · Facts

category
productivity - ranked #36 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.spranab/saga-mcp (active, first published 2026-03-27)
packages
npm:saga-mcp

06 · Saga MCP FAQ

Is Saga MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18. We re-verify nightly.

What can Saga MCP do?

With this server connected, an agent can create a new project, list projects with completion stats, update project (archive to soft-delete), and create an epic within a project.

How do I install Saga MCP?

Run `npx -y saga-mcp`. The README documents one environment variable (DB_PATH) to set first. You can also paste the ready-made client config above.

Does Saga MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Saga MCP

More productivity MCP servers · Agy Bridge · Stack Fiesta · Obsidian CLI · Vulcanus · Sunub Obsidian MCP Server

More TypeScript MCP servers · Timebook · Squirrelscan · Diffgate · Mobile Device MCP · see all