MCP Todo
by CalamityAdam
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_STDIO | No | Enable stdio transport for MCP client integration | 1 |
| TODO_MCP_TOKEN | No | Bearer token for HTTP authentication (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_todosB | Return all todos in a structured format. |
| add_todoC | Add a todo item |
| toggle_todoC | Toggle a todo by id |
| remove_todoC | Remove a todo by id |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| todos | Current todo list |
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/CalamityAdam/mcp-todo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server