Skip to main content
Glama
client.ts229 B
import { VapiClient, Vapi } from '@vapi-ai/server-sdk'; export const createVapiClient = (token: string): VapiClient => { if (!token) { throw new Error('No Vapi token available'); } return new VapiClient({ token }); };

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

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