a year ago
An MCP (Model Context Protocol) server that provides todo list functionality backed by a simple markdown file. This server allows AI assistants to manage todo items in a standardized markdown format.
Overview
An MCP (Model Context Protocol) server that provides todo list functionality backed by a simple markdown file. This server allows AI assistants to manage todo items in a standardized markdown format.
Server Config
{
"mcpServers": {
"todo-md": {
"command": "npx",
"args": [
"@danjdewhurst/todo-md-mcp"
],
"env": {
"TODO_FILE_PATH": "/Users/dan/Documents/todo.md"
}
}
}
}