← Back to Plugins
MCP Server MCP

io.github.barneywohl/hugging-bay

github By github 👁 1 views ▲ 0 votes

Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://huggingbay.xyz/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hugging-bay-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hugging Bay API base URL. Defaults to https://huggingbay.xyz.",
          "default": "https://huggingbay.xyz",
          "name": "HUGGING_BAY_API"
        },
        {
          "description": "Optional bearer token (hb_...) enabling authenticated watchlist and publisher tools. Public read-only tools work without it.",
          "isSecret": true,
          "name": "HUGGING_BAY_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...