We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/outlook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•718 B
# Outlook MCP Server Environment Configuration
#
# Copy this file to .env and fill in your actual Nango credentials
# Get these values from your Nango dashboard: https://app.nango.dev
# Your Nango connection ID for the Microsoft Graph integration
NANGO_CONNECTION_ID=your_connection_id_here
# Your Nango integration ID for Microsoft Graph
NANGO_INTEGRATION_ID=your_integration_id_here
# Nango API base URL (usually https://api.nango.dev)
NANGO_BASE_URL=https://api.nango.dev
# Your Nango secret key for authentication
NANGO_SECRET_KEY=your_secret_key_here
# Optional: Set logging level (DEBUG, INFO, WARNING, ERROR)
# LOG_LEVEL=INFO
# Optional: Set request timeout in seconds (default: 10)
# REQUEST_TIMEOUT=10