We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bifrost-mcp/rippling-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•539 B
# Rippling MCP Server Configuration
# Copy this file to .env and fill in your credentials
# Option 1: API Token (simpler — for personal/internal use)
RIPPLING_API_TOKEN=your_api_token_here
# Option 2: OAuth2 (for marketplace/third-party apps)
# RIPPLING_CLIENT_ID=your_client_id
# RIPPLING_CLIENT_SECRET=your_client_secret
# RIPPLING_REDIRECT_URI=http://localhost:3000/callback
# API Base URL (default: production)
# RIPPLING_BASE_URL=https://api.rippling.com/platform/api
# For sandbox: https://sandbox.rippling.com/api/platform/api