Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HERMES_HOMENoUsed to find $HERMES_HOME/a2a_audit.jsonl when no override is set
A2A_BRIDGE_CONFIGNoAbsolute path to the agents JSON registry
A2A_BRIDGE_DASHBOARDNoSet to 1 to persist this bridge process's activity0
A2A_BRIDGE_ACTIVITY_DBNoShared SQLite activity database~/.config/a2a-bridge/activity.sqlite3
A2A_BRIDGE_HERMES_AUDITNoRead-only override for Hermes' a2a_audit.jsonl
A2A_BRIDGE_DASHBOARD_HOSTNoDashboard bind address127.0.0.1
A2A_BRIDGE_DASHBOARD_PORTNoDashboard port9100
A2A_BRIDGE_ACTIVITY_SOURCENoSource label for activity written by compatible processesremote
A2A_BRIDGE_DASHBOARD_TOKENNoOptional bearer token that protects the dashboard and API

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
a2a_list_agentsA

List configured A2A agents with their skills and reachability.

Set refresh=true to re-fetch agent cards that were previously cached.

a2a_send_messageA

Send a message to an A2A agent and return its reply.

Set provider to "litellm-auto" or "github" when the target agent supports provider selection. The selected provider is carried in the message for the local Copilot A2A agent; other agents may ignore it. Pass task_id to continue an existing task, for example to answer an agent that returned state="input_required". If the agent is still working when timeout_s elapses, this returns done=false with a task_id to poll rather than blocking.

a2a_get_taskA

Get the current state and output of a previously started A2A task.

a2a_cancel_taskB

Cancel a running A2A task and return its final state.

a2a_add_agentA

Register a new A2A agent by its base URL.

The agent card is fetched first, so an unreachable URL is rejected instead of being saved. With persist=true the agent is written to the shared registry file and stays available in future sessions.

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/TonPC64/mcp-a2a-bridge'

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