We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gmlee-ncurity/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Redmine server configuration
REDMINE_URL=https://your-redmine-instance.com
REDMINE_API_KEY=your-api-key-here
# Optional: Basic auth (if API key not used)
# REDMINE_USERNAME=your-username
# REDMINE_PASSWORD=your-password
# Optional: SSL configuration
# REDMINE_SSL_VERIFY=true
# REDMINE_CA_CERT=/path/to/ca.crt
# Optional: Request configuration
# REDMINE_REQUEST_TIMEOUT=30000
# REDMINE_MAX_RETRIES=3
# Optional: Logging
# LOG_LEVEL=info
# OTEL_LOG_LEVEL=none