From fb9751dcc3c77cd92cbda1f18c65481ef544b870 Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:36:49 +0000 Subject: [PATCH] Update package-list.json Added mcp-hfspace --- packages/package-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/package-list.json b/packages/package-list.json index 17f08cd..55a74bc 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -313,5 +313,14 @@ "homepage": "https://github.com/kiliczsh/mcp-mongo-server", "license": "MIT", "runtime": "node" + }, + { + "name": "@llmindset/mcp-hfspace", + "description": "MCP Server for using HuggingFace Spaces. Seamlessly use the latest Open Source Image, Audio and Text Models from within Claude Deskop.", + "vendor": "llmindset.co.uk", + "sourceUrl": "https://github.com/evalstate/mcp-hfspace/", + "homepage": "https://llmindset.co.uk/resources/hfspace-connector/", + "license": "MIT", + "runtime": "node" } ]