# MCP Todo Server Configuration
# Authentication token for HTTP API access
# Set this to enable bearer token authentication for the HTTP endpoints
# Generate with: openssl rand -hex 32
TODO_MCP_TOKEN=your_secure_token_here
# Server port (optional, defaults to 3000)
PORT=3000
# Enable stdio mode for MCP client integration (optional)
# Uncomment the line below when running with MCP clients like Cursor
# MCP_STDIO=1
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