We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ingeno/mcp-openapi-lambda'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•444 B
# Zoho CRM OAuth Credentials
# Copy this file to .env and fill in your credentials
# MCP Server URL (for local testing use http://localhost:8080)
MCP_SERVER_URL=http://localhost:8080
# Zoho OAuth Credentials
# Get these from Zoho CRM Developer Console
ZOHO_CLIENT_ID=your_client_id_here
ZOHO_CLIENT_SECRET=your_client_secret_here
ZOHO_REFRESH_TOKEN=your_refresh_token_here
# Optional: Test email to search for
TEST_EMAIL=guillaume@ingeno.ca