What is the Bay Run MCP server?
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
How to install Bay Run
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretMint the bounded launch bearer using the form-encoded client_credentials request shown at https://run.huggingbay.xyz/quickstart, then send Authorization: Bearer <token>.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bay-run": {
"url": "https://run.huggingbay.xyz/mcp/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bay-run": {
"serverUrl": "https://run.huggingbay.xyz/mcp/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bay-run": {
"type": "http",
"url": "https://run.huggingbay.xyz/mcp/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"bay-run": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://run.huggingbay.xyz/mcp/"
]
}
}
}Claude Code
claude mcp add --transport http bay-run https://run.huggingbay.xyz/mcp/Related MCP servers
Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.
View repository →