Skip to main content
Glama

Hugging Face MCP Server

server.json1.61 kB
{ "name": "ai.nimbletools/huggingface", "version": "1.0.0", "description": "Hugging Face API: LLMs, image generation, text classification, embeddings, and 200,000+ models", "category": "ai-ml", "status": "active", "homepage": "https://github.com/NimbleBrainInc/mcp-registry/tree/main/servers/huggingface", "repository": { "url": "https://github.com/NimbleBrainInc/mcp-huggingface", "source": "github", "branch": "main" }, "websiteUrl": "https://huggingface.co/", "license": "MIT", "tags": [ "huggingface", "llm", "machine-learning", "text-generation", "image-generation", "stable-diffusion", "embeddings", "nlp", "computer-vision", "requires-api-key" ], "transport": { "type": "streamable-http", "url": "https://mcp.nimbletools.ai/mcp" }, "environmentVariables": { "HUGGINGFACE_API_TOKEN": { "description": "Hugging Face API token (get from https://huggingface.co/settings/tokens)", "required": true, "secret": true, "example": "hf_..." } }, "_meta": { "display": { "icon": "https://cdn.simpleicons.org/huggingface", "color": "#FFD21E" }, "deployment": { "protocol": "http", "registry": "ghcr.io", "image": "ghcr.io/nimblebraininc/mcp-huggingface:latest", "port": 8000, "mcpPath": "/mcp" }, "resources": { "limits": { "cpu": "500m", "memory": "512Mi" }, "requests": { "cpu": "250m", "memory": "256Mi" } }, "capabilities": { "tools": true } } }

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/NimbleBrainInc/mcp-huggingface'

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