We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aepod/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•441 B
# Trello API Configuration
# Get your API key from: https://trello.com/app-key
TRELLO_API_KEY=your_api_key_here
# Generate a token by visiting:
# https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key=YOUR_API_KEY
TRELLO_TOKEN=your_token_here
# Optional: Set log level (debug, info, warn, error)
LOG_LEVEL=info
# Optional: API request timeout in milliseconds
API_TIMEOUT=10000