Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_MODELNoGroq model override.llama-3.3-70b-versatile
GOOGLE_MODELNoGoogle model override.gemini-2.5-pro
GROQ_API_KEYNoGroq API key for BYOK lane.
OPENAI_MODELNoOpenAI model override.gpt-4.1-mini
GROQ_BASE_URLNoGroq base URL.https://api.groq.com/openai/v1
GOOGLE_API_KEYNoGoogle API key for BYOK lane.
OPENAI_API_KEYNoOpenAI API key for BYOK lane.
GOOGLE_BASE_URLNoGoogle base URL.https://generativelanguage.googleapis.com/v1beta/openai
OPENAI_BASE_URLNoOpenAI base URL.https://api.openai.com/v1
CONTEXTBRIDGE_MODELNoCustom model override.
CONTEXTBRIDGE_API_KEYNoCustom BYOK API key.
CONTEXTBRIDGE_BASE_URLNoCustom base URL.
CONTEXTBRIDGE_PROVIDERNoProvider identifier for custom lane.custom
CONTEXTBRIDGE_HOSTED_URLNoHosted lane endpoint URL.
CONTEXTBRIDGE_HOSTED_MODELNoHosted lane model.mistralai/Mistral-7B-Instruct-v0.2
CONTEXTBRIDGE_HOSTED_API_KEYNoOptional auth key for hosted lane.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
say_helloA

Dummy tool used to confirm the ContextBridge MCP server is connected and working.

compress_contextA

Compresses a raw conversation transcript into a structured ContextBridge handoff block.

format_for_targetA

Formats a compressed ContextBridge handoff block into a paste-ready opening prompt for a destination AI platform.

resume_contextA

Packages a stored ContextBridge handoff block into a destination-ready landing bundle for resuming the conversation on another AI platform.

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/prateekg7/Context-Bridge'

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