Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todo
claude mcp add todos --transport sse https://todos.mctx.ai/v2.0.8
~/.cursor/mcp.json
{
"mcpServers": {
"todos": {
"url": "https://todos.mctx.ai/v2.0.8"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"todos": {
"serverUrl": "https://todos.mctx.ai/v2.0.8"
}
}
}
.vscode/mcp.json
{
"servers": {
"todos": {
"type": "sse",
"url": "https://todos.mctx.ai/v2.0.8"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"todos": {
"url": "https://todos.mctx.ai/v2.0.8"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"todos": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://todos.mctx.ai/v2.0.8"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://todos.mctx.ai/v2.0.8 | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mctx-ai--todos/reviews or the review_server meta-tool.
POST /mcp