Skip to main content
Glama
auth.ts525 B
import axios from "axios"; // Ensure required environment variables are set if (!process.env.GONG_ACCESS_KEY || !process.env.GONG_SECRET) { console.error( "Error: GONG_ACCESS_KEY or GONG_SECRET environment variables are not set." ); process.exit(1); // Exit if credentials are missing } // Create axios client with Basic Auth const client = axios.create({ baseURL: "https://api.gong.io", auth: { username: process.env.GONG_ACCESS_KEY, password: process.env.GONG_SECRET } }); export default client;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaPa07/gong-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server