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.
We read the source, 17 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add todo-mcp -- npx -y @pasichdev/todo-mcp
{
"mcpServers": {
"todo-mcp": {
"args": [
"-y",
"@pasichdev/todo-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.todo-mcp]
command = "npx"
args = ["-y", "@pasichdev/todo-mcp"]
{
"mcpServers": {
"todo-mcp": {
"args": [
"-y",
"@pasichdev/todo-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"todo-mcp": {
"args": [
"-y",
"@pasichdev/todo-mcp"
],
"command": "npx"
}
}
}
Persistent, agent-owned memory with encrypted storage and shared knowledge commons.
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
Nano Banana MCP server backed by Polza media and storage APIs.
GPT Image 2 MCP server backed by Polza media and storage APIs.
MCP server for Google Cloud Storage with fine-grained tool access control.
Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.
MCP server for the Longhorn distributed storage manager API, with a --read-only mode.
Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.
Answers built from our own checks of this server.