Skip to main content
Glama

MCP Todo

by CalamityAdam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_STDIONoEnable stdio transport for MCP client integration1
TODO_MCP_TOKENNoBearer token for HTTP authentication (optional)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
todosCurrent todo list

Tools

Functions exposed to the LLM to take actions

NameDescription
list_todos

Return all todos in a structured format.

add_todo

Add a todo item

toggle_todo

Toggle a todo by id

remove_todo

Remove a todo by id

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/CalamityAdam/mcp-todo'

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