Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTBRIDGE_MODELNoThe model identifier to use.
AGENTBRIDGE_API_KEYYesThe API key for the OpenAI-compatible endpoint.
AGENTBRIDGE_API_BASENoThe base URL of the OpenAI-compatible endpoint.
AGENTBRIDGE_STATE_DIRNoDirectory where state is written. Defaults to .agentbridge/ unless provided.
AGENTBRIDGE_WORKSPACEYesThe workspace root directory for the agent.
AGENTBRIDGE_ALLOWED_ROOTSNoSemicolon-separated additional allowed root directories to constrain the server further.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
delegate_taskB

Create an asynchronous secure coding task. Returns only its task and conversation handles.

get_taskA

Get a compact task receipt; does not expose model transcripts or tool logs.

continue_taskA

Resume a paused or failed task using its persisted conversation.

get_diffB

Get a small audited change record for a task or file. Full source and tool logs are excluded.

cancel_taskA

Cancel a task. It can no longer be resumed.

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/icefrostiii/AgentBridge-MCP'

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