mcpbeat Sign in

Saga MCP Server

local only

Saga MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 247 installs a week from npm. Last commit 9 Sep 2026.

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

Installs per day peak 58 · avg 13 · -58% w/w
a month agotoday
247
Installs / week
npm · saga-mcp
37
Stars
5 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/web/index.ts:384
    .then(({ spawn }) => spawn(cmd, args, { stdio: 'ignore', detached: true }).unref())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add saga-mcp -- npx -y saga-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saga-mcp": {
      "args": [
        "-y",
        "saga-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.saga-mcp]
command = "npx"
args = ["-y", "saga-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "saga-mcp": {
      "args": [
        "-y",
        "saga-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "saga-mcp": {
      "args": [
        "-y",
        "saga-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Saga MCP

same job, measured the same way
FronyBoard
by cafelatte1

Project tracker for AI agents: roadmap, periods, tasks and a validation gate, in one SQLite file

local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only
hmem — Humanlike Memory for AI Agents
by bumblebiber

Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded.

207 installs/wk local only
Spreadsheet DB
by manddarinshop

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

37 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

35 installs/wk local only
I
Xata
by xataio

Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.

answering
Tinycontext
by tinysuitehq

Token-light local memory with SQLite hybrid retrieval for MCP agents.

523 installs/wk local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only

Saga MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Saga MCP?
Saga MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package saga-mcp was installed 247 times last week.
How do I connect Saga MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls saga-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Saga MCP?
The npm package saga-mcp was installed 247 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Saga MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 37 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.