Bay Run for Claude Desktop
io.github.barneywohl/bay-run
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
client:Claude Desktop
transport:streamable-http
tools:3
Install Bay Run in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bay-run": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://run.huggingbay.xyz/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs