mcpbeat Sign in

Todo MCP Server

local only

Todo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Sep 2026.

Shared TODO/backlog MCP server with claim tracking, web UI, and encrypted local storage.

Installs / week
npm · @pasichdev/todo-mcp
7
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 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.

    const child = spawn(configured!, { shell: true, stdio: ["pipe", "pipe", "pipe"] });

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 todo-mcp -- npx -y @pasichdev/todo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "todo-mcp": {
      "args": [
        "-y",
        "@pasichdev/todo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.todo-mcp]
command = "npx"
args = ["-y", "@pasichdev/todo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "todo-mcp": {
      "args": [
        "-y",
        "@pasichdev/todo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "todo-mcp": {
      "args": [
        "-y",
        "@pasichdev/todo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Todo MCP

same job, measured the same way
Agent Memory
by mastadoonprime

Persistent, agent-owned memory with encrypted storage and shared knowledge commons.

3 tools answering
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

78 installs/wk local only
Nanobanana 2 Polzaia MCP Server
by ivanantigravity-lgtm

Nano Banana MCP server backed by Polza media and storage APIs.

123 installs/wk local only
GPT Image 2 Polza MCP Server
by ivanantigravity-lgtm

GPT Image 2 MCP server backed by Polza media and storage APIs.

74 installs/wk local only
Gcs
by pulsemcp

MCP server for Google Cloud Storage with fine-grained tool access control.

126 installs/wk local only
Backblaze B2 MCP Server
by backblaze-labs

Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.

227 installs/wk local only
Longhorn MCP
by rafaelgaspar

MCP server for the Longhorn distributed storage manager API, with a --read-only mode.

55 installs/wk local only
Onvibe
by onvibe

Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.

answering

Todo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Todo MCP?
Todo 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 @pasichdev/todo-mcp.
How do I connect Todo 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 @pasichdev/todo-mcp straight from npm; nothing to host, nothing to sign up for.
Is Todo MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.