Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves
populate.js232 B
'use strict'; // populates missing values module.exports = function (dst, src) { Object.keys(src).forEach(function (prop) { dst[prop] = dst[prop] || src[prop]; // eslint-disable-line no-param-reassign }); return dst; };

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