todox MCP Server
Rank #4,801io.github.beydemirfurkan/todox
Memory for coding agents: the decisions, the dead ends, and where the last session stopped.
todox MCP Server is a Model Context Protocol (MCP) server published by beydemirfurkan. It ranks #4,801 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. todox MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 9, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 110,790 of 115,591 servers on MCP Toplist.
Use todox MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http todox https://www.todox.dev/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.todox]
url = "https://www.todox.dev/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://www.todox.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todox": {
"url": "https://www.todox.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"todox": {
"type": "http",
"url": "https://www.todox.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todox": {
"serverUrl": "https://www.todox.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todox": {
"url": "https://www.todox.dev/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.beydemirfurkan%2Ftodox)<a href="https://mcptoplist.com/server/io.github.beydemirfurkan%2Ftodox"><img src="https://mcptoplist.com/badge/io.github.beydemirfurkan%2Ftodox.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
beydemirfurkan
Other servers by beydemirfurkan
View all beydemirfurkan servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 16, 2026 |
Frequently asked questions
- Who maintains todox MCP Server?
- todox MCP Server is maintained by beydemirfurkan, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is todox MCP Server listed on the Official MCP Registry?
- Yes — todox MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does todox MCP Server have?
- MCP Toplist tracks 1 version of todox MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for todox MCP Server?
- The source code for todox MCP Server is hosted at github.com/beydemirfurkan/todox.