mcpbeat Sign in

Todox MCP Server

by beydemirfurkan Your server? Claim it
answering

Todox is answering right now. Last checked 12 min ago. Last commit 31 Aug 2026.

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

Uptime history 16 days of history · worst day 99%
16 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
138 ms
Response time
average over 24h
2
Stars
last commit 31 Aug 2026

Nothing serious here today

Today is the operative word: we check Todox every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add todox --transport http https://www.todox.dev/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "todox": {
      "url": "https://www.todox.dev/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.todox]
url = "https://www.todox.dev/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "todox": {
      "url": "https://www.todox.dev/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "todox": {
      "url": "https://www.todox.dev/api/mcp"
    }
  }
}

This endpoint answered with an authorization challenge — the server is running, but you need an API key or OAuth to use it.

Endpoints

URLTransportStateLatencyChecked
https://www.todox.dev/api/mcp streamable-http needs key 158 ms 12 min ago

Alternatives to Todox

same job, measured the same way
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

398 installs/wk local only
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
Knowledge MCP
by fulminate-io

Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.

local only
CommitLore
by monglong0214

Git-native decision memory for coding agents: only the decisions still in force for the edited path

local only
Afterpaths
by burnssa

Session memory for AI coding agents. Search past sessions, extract rules, and track what works.

126 installs/wk local only
TeamShared
by xhad

Shared memory for coding agents. Stop re-explaining your codebase every session.

92 tools answering
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

91 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

1 040 installs/wk local only

Todox — questions

Answers built from our own checks of this server.

Why is there no tool list for Todox?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Todox working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 138 ms. The bar chart above shows every period we have measured.
How do I connect Todox?
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 is a remote server, so there is nothing to install — the client connects to the address. You will need your own key or an OAuth login: it refuses anonymous clients.
Does Todox need an API key?
Yes. Every time we knock, Todox answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Todox?
It answers our handshake in 138 ms on average, which is faster than 83% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Todox open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.