Overview
Bifrost reaches out togetbifrost.ai for two things:
Every one of these URLs accepts a
file:// value, so you can load the data from the local filesystem instead.
Datasheets
1. Download the datasheets on a machine with internet access:config.json:
An absolute
file:// URL takes three slashes followed by the path. Relative references are also accepted (file://./pricing.json or file:./pricing.json) and resolve against the Bifrost process working directory.MCP server library
The MCP Library page is populated by a catalog synced fromhttps://getbifrost.ai/mcp-library. Air-gapped deployments have two options.
Option A: serve the catalog from a local file
1. Obtain a catalog file. Either download the hosted one on a connected machine, or copy the community catalog that ships in the Bifrost repository atcommunity/mcp-library/servers.json:
config.json:
servers array:
name, so re-syncing an updated file updates rows in place. Servers you added yourself through the UI are never overwritten by a sync.
Option B: turn the catalog sync off
If you do not want a server catalog at all, set the interval to0:
getbifrost.ai. Anything already stored in the database is still served, MCP servers can still be added manually, and Force Sync Now in the UI still runs on demand.
Catalog entries carry an
icon_url pointing at a remote image. On an air-gapped host those images do not load and the UI falls back to a generic MCP icon. This is cosmetic and does not affect server connectivity.
