Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves
types.ts951 B
/** * Common API response interfaces */ export interface HuggingFaceConfig { baseUrl: string; token?: string; } /** * Models API types */ export interface ModelSearchArgs { search?: string; author?: string; filter?: string; sort?: string; direction?: string; limit?: number; full?: boolean; config?: boolean; } export interface ModelInfoArgs { repo_id: string; revision?: string; } /** * Datasets API types */ export interface DatasetSearchArgs { search?: string; author?: string; filter?: string; sort?: string; direction?: string; limit?: number; full?: boolean; config?: boolean; } export interface DatasetInfoArgs { repo_id: string; revision?: string; full?: boolean; } export interface DatasetParquetArgs { repo_id: string; subset?: string; split?: string; n?: number; } export interface CroissantArgs { repo_id: string; }

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/michaelwaves/hf-mcp'

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