Skip to main content
Glama
smithery.api.response.ts848 B
export interface ISmitheryServerDetailResponse { qualifiedName: string; displayName: string; connections: IConnection[]; } export interface ISmitheryServerListResponse { servers: ISmitheryServerListItemResponse[]; pagination: IPagination; } export interface ISmitheryServerListItemResponse { qualifiedName: string; displayName: string; description: string; createdAt: string; useCount: number; homepage: string; } interface IPagination { currentPage: number; pageSize: number; totalPages: number; totalCount: number; } export interface IConnection { type: string; url?: string; configSchema: IConfigSchema; } interface IConfigSchema { type: string; required: string[]; properties: { [key: string]: IConfigSchemaProperty }; } interface IConfigSchemaProperty { type: string; description: string; }

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/bbangjooo/mcp-installer'

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