Skip to main content
Glama

RetellAI MCP Server

by abhaybabbar
client.ts214 B
import Retell from "retell-sdk"; export const createRetellClient = (apiKey: string): Retell => { if (!apiKey) { throw new Error("No Retell API key available"); } return new Retell({ apiKey, }); };

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/abhaybabbar/retellai-mcp-server'

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