UNPKG

huggingface-mcp-server

Version:

MCP Server for HuggingFace inference endpoints with custom LoRA and story generation

19 lines 513 B
{ "name": "HuggingFace MCP", "version": "1.0.0", "description": "MCP Server for HuggingFace inference endpoints", "command": "npx huggingface-mcp-server@1.0.18 --api-key $HUGGINGFACE_API_KEY --transport=stdio", "env": { "HUGGINGFACE_API_KEY": { "description": "Your HuggingFace API key", "required": true } }, "baseURL": "http://localhost:3000", "endpoints": { "tools": "/v1/tools", "chat": "/v1/chat/completions" }, "communicationMode": "stdio", "timeout": 120 }