Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves
index.d.mts497 B
type PathConditionsMap = { [condition: string]: PathConditions | null; }; type PathOrMap = string | PathConditionsMap; type PathConditions = PathOrMap | readonly PathOrMap[]; declare const resolveExports: (exports: PathConditions, request: string, conditions: readonly string[]) => string[]; declare const resolveImports: (imports: PathConditionsMap, request: string, conditions: readonly string[]) => string[]; export { PathConditions, PathConditionsMap, resolveExports, resolveImports };

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