We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tamu960925/mcp-redmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•304 B
# Redmine MCP Server Configuration
# The base URL of your Redmine instance
REDMINE_BASE_URL=https://redmine.example.com
# Your Redmine API key (found in your account settings under "API access key")
REDMINE_API_KEY=your_api_key_here
# Log level: debug, info, warn, error (default: info)
LOG_LEVEL=info