Skip to main content
Glama
todo-for-ai

Todo for AI MCP Server

by todo-for-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoOptional: Environment (default: development)development
LOG_LEVELNoOptional: Log level (default: info)info
TODO_API_TOKENYesRequired: API authentication token
TODO_HTTP_HOSTNoOptional: HTTP server host (default: 127.0.0.1)127.0.0.1
TODO_HTTP_PORTNoOptional: HTTP server port (default: 3000)3000
TODO_API_TIMEOUTNoOptional: API timeout in milliseconds (default: 10000)10000
TODO_API_BASE_URLNoOptional: Todo API base URL (default: https://todo4ai.org/todo-for-ai/api/v1)https://todo4ai.org/todo-for-ai/api/v1
TODO_DNS_PROTECTIONNoOptional: Enable DNS rebinding protection (default: true)true
TODO_ALLOWED_ORIGINSNoOptional: Allowed origins for CORS (comma-separated, default: http://localhost:*,https://localhost:*)http://localhost:*,https://localhost:*
TODO_MAX_CONNECTIONSNoOptional: Maximum concurrent connections (default: 100)100
TODO_SESSION_TIMEOUTNoOptional: Session timeout in milliseconds (default: 300000 = 5 minutes)300000

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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