We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boma086/mcp-open-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•361 B
# OpenProject MCP Server Configuration Example
# Copy this file to .env and update with your actual values
# OpenProject instance URL
OPENPROJECT_BASE_URL=http://localhost:8090
# OpenProject API token (generate from OpenProject user profile)
OPENPROJECT_API_KEY=your-api-key-here
# Request timeout in seconds (optional, defaults to 30)
OPENPROJECT_TIMEOUT=30