Skip to main content
Glama

Todo Markdown MCP Server

by danjdewhurst
MIT License
158
3

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TODO_FILE_PATHNoCustom location for the todo.md file. By default, the server creates a todo.md file in the current working directory.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_todos

List all todos from the markdown file

add_todo

Add a new todo item

update_todo

Update an existing todo item

delete_todo

Delete a todo item

clear_completed

Remove all completed todo items

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danjdewhurst/todo-md-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server