Skip to main content
Glama
Jasonrve

bifrost-budget

by Jasonrve

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIFROST_HOSTNoHost to bind the HTTP server to.0.0.0.0
BIFROST_PORTNoPort to bind the HTTP server to.8080
BIFROST_MCP_PATHNoPath for the MCP endpoint./mcp
BIFROST_LOG_LEVELNoControls the structured application logs.INFO
BIFROST_TRANSPORTNoTransport mode: streamable-http (default) or stdio.streamable-http
BIFROST_QUOTA_PATHNoPath to the quota endpoint./api/governance/virtual-keys/quota
BIFROST_VIRTUAL_KEYNoFallback caller key for local development or explicit non-production use only.
BIFROST_API_BASE_URLYesBase URL for the Bifrost API, for example https://bifrost.example.com
BIFROST_TIMEOUT_SECONDSNoTimeout for upstream requests in seconds.15

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_quotaA

Return the caller's Bifrost quota snapshot by calling the configured quota endpoint with the caller's Authorization header when present. Explicit virtual_key, x-bf-vk, and BIFROST_VIRTUAL_KEY remain available for local and non-production fallback use.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jasonrve/bifrost-budget'

If you have feedback or need assistance with the MCP directory API, please join our Discord server