We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/riccardo-larosa/docebo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP Server Environment Variables
# Copy this file to .env and fill in the values
# Docebo instance URL (required for single-tenant mode, unset for multi-tenant)
API_BASE_URL=https://your-instance.docebosaas.com
# Public URL of this server (required for OAuth resource server)
MCP_SERVER_URL=https://your-public-url.example.com
# Server configuration
PORT=3000