mcp-a2a-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HERMES_HOME | No | Used to find $HERMES_HOME/a2a_audit.jsonl when no override is set | |
| A2A_BRIDGE_CONFIG | No | Absolute path to the agents JSON registry | |
| A2A_BRIDGE_DASHBOARD | No | Set to 1 to persist this bridge process's activity | 0 |
| A2A_BRIDGE_ACTIVITY_DB | No | Shared SQLite activity database | ~/.config/a2a-bridge/activity.sqlite3 |
| A2A_BRIDGE_HERMES_AUDIT | No | Read-only override for Hermes' a2a_audit.jsonl | |
| A2A_BRIDGE_DASHBOARD_HOST | No | Dashboard bind address | 127.0.0.1 |
| A2A_BRIDGE_DASHBOARD_PORT | No | Dashboard port | 9100 |
| A2A_BRIDGE_ACTIVITY_SOURCE | No | Source label for activity written by compatible processes | remote |
| A2A_BRIDGE_DASHBOARD_TOKEN | No | Optional 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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