MCP Server
io.github.barneywohl/hugging-bay MCP Server
io.github.barneywohl/hugging-bay
What is the io.github.barneywohl/hugging-bay MCP server?
Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.
How to install io.github.barneywohl/hugging-bay
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
HUGGING_BAY_APIHugging Bay API base URL. Defaults to https://huggingbay.xyz.
HUGGING_BAY_TOKENsecretOptional bearer token (hb_...) enabling authenticated watchlist and publisher tools. Public read-only tools work without it.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hugging-bay": {
"command": "npx",
"args": [
"-y",
"hugging-bay-mcp"
],
"env": {
"HUGGING_BAY_API": "<YOUR_HUGGING_BAY_API>",
"HUGGING_BAY_TOKEN": "<YOUR_HUGGING_BAY_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hugging-bay": {
"command": "npx",
"args": [
"-y",
"hugging-bay-mcp"
],
"env": {
"HUGGING_BAY_API": "<YOUR_HUGGING_BAY_API>",
"HUGGING_BAY_TOKEN": "<YOUR_HUGGING_BAY_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hugging-bay": {
"command": "npx",
"args": [
"-y",
"hugging-bay-mcp"
],
"env": {
"HUGGING_BAY_API": "<YOUR_HUGGING_BAY_API>",
"HUGGING_BAY_TOKEN": "<YOUR_HUGGING_BAY_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hugging-bay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hugging-bay-mcp"
],
"env": {
"HUGGING_BAY_API": "<YOUR_HUGGING_BAY_API>",
"HUGGING_BAY_TOKEN": "<YOUR_HUGGING_BAY_TOKEN>"
}
}
}
}Claude Code
claude mcp add hugging-bay --env HUGGING_BAY_API=<YOUR_HUGGING_BAY_API> --env HUGGING_BAY_TOKEN=<YOUR_HUGGING_BAY_TOKEN> -- npx -y hugging-bay-mcpRelated MCP servers
Bay Run
Active
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
0
View repository →Python