We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shayonpal/mcp-todoist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Todoist MCP Server Configuration
# Todoist API Token (required)
# Get your token from: https://todoist.com/help/articles/find-your-api-token
TODOIST_API_TOKEN=your_todoist_api_token_here
# Optional: Override default API base URL (uses unified API v1)
# TODOIST_API_BASE_URL=https://api.todoist.com/api/v1
# Optional: Request timeout in milliseconds (default: 10000)
# TODOIST_API_TIMEOUT=10000
# Optional: Maximum retry attempts (default: 3)
# TODOIST_MAX_RETRIES=3
# Optional: Enable debug logging (development only)
# DEBUG=todoist:*
# Optional: Server port (default: 3000)
# PORT=3000