# for more detail on how to getting the api key and token please check README.md
TRELLO_API_KEY=your_trello_api_key
TRELLO_TOKEN=your_trello_token
# MCP Server Configuration
MCP_SERVER_NAME=Trello MCP Server
MCP_SERVER_PORT=8000
MCP_SERVER_HOST=0.0.0.0
# LLM Client Configuration
# Set to 'true' to use Claude, 'false' to use other LLMs via SSE
# Default is true to prefer Claude app integration
USE_CLAUDE_APP=true