We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•455 B
# Example environment configuration for docker-compose
# Copy this file to .env and configure your destination
# Destination name (corresponds to service key filename without .json)
# Service key file should be: ./service-keys/{MCP_DESTINATION}.json
MCP_DESTINATION=trial
# Optional: Enable session storage (default: false)
# MCP_ENABLE_SESSION_STORAGE=true
# Optional: Custom port
# MCP_HTTP_PORT=3000
# Optional: Custom host
# MCP_HTTP_HOST=0.0.0.0