Skip to main content
Glama
guifelix

MCP Todo.txt Integration

by guifelix

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TODO_FILE_PATHNoThe path to the Todo.txt file. If not set, the default path is `todo.txt` in the project root.todo.txt

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add-taskB

Add a new task to the todo list. Description must be plain text. Priority must be a single uppercase letter (A-Z). Contexts must start with @, projects with +.

complete-taskB

Mark a task as completed by its 1-based ID.

delete-taskB

Delete a task by its 1-based ID.

list-tasksC

List all tasks, optionally filtered by priority, context, project, or metadata.

search-tasksB

Search for tasks containing a query string.

sort-tasksC

Sort tasks by priority, creation date, or completion date.

filter-tasksC

Filter tasks by specific criteria (priority, context, project).

add-metadataB

Add custom metadata (key-value pairs) to a task by ID.

remove-metadataC

Remove specific metadata keys from a task by ID.

batch-operationsB

Perform batch operations (update, delete, mark-complete) on tasks matching criteria.

update-taskC

Update a task's fields (description, priority, contexts, projects, metadata) by ID.

Prompts

Interactive templates invoked by user choice

NameDescription
suggest-context-tasks
suggest-project-tasks

Resources

Contextual data attached and managed by the client

NameDescription
tasks

Latest Blog Posts

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/guifelix/mcp-server-todotxt'

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