Skip to main content
Glama
authConfig.ts351 B
export type AuthConfig = { siteName: string; } & ( | { type: 'pat'; patName: string; patValue: string; } | { type: 'direct-trust'; username: string; clientId: string; secretId: string; secretValue: string; scopes: Set<string>; additionalPayload?: Record<string, unknown>; } );

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/datalabs89/tableau-mcp'

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