Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves
index.d.mts1.09 kB
import { R as RequiredProperty } from '../../types-Cxp8y2TL.js'; type RegisterOptions = { namespace?: string; }; type Unregister = () => void; type ScopedRequire = (id: string, fromFile: string | URL) => any; type ScopedResolve = (id: string, fromFile: string | URL, resolveOptions?: { paths?: string[] | undefined; }) => string; type NamespacedUnregister = Unregister & { require: ScopedRequire; resolve: ScopedResolve; unregister: Unregister; }; type Register = { (options: RequiredProperty<RegisterOptions, 'namespace'>): NamespacedUnregister; (options?: RegisterOptions): Unregister; }; declare const register: Register; declare const tsxRequire: { (id: string, fromFile: string | URL): any; resolve: { (id: string, fromFile: string | URL, options?: { paths?: string[] | undefined; }): string; paths: (request: string) => string[] | null; }; main: NodeJS.Module | undefined; extensions: NodeJS.RequireExtensions; cache: NodeJS.Dict<NodeJS.Module>; }; export { register, tsxRequire as require };

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