Skip to main content
Glama
methods.ts401 B
import { ZodiosClass, ZodiosEndpointDefinitions, ZodiosInstance } from '@zodios/core'; export default class Methods<T extends ZodiosEndpointDefinitions> { protected _apiClient: ZodiosInstance<T>; constructor(apiClient: ZodiosInstance<T>) { this._apiClient = apiClient; } get interceptors(): ZodiosClass<T>['axios']['interceptors'] { return this._apiClient.axios.interceptors; } }

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