Add AgentBridge — neutral A2A↔MCP/ACP bridge with governance#125
Open
shadowhunter-92 wants to merge 1 commit into
Open
Add AgentBridge — neutral A2A↔MCP/ACP bridge with governance#125shadowhunter-92 wants to merge 1 commit into
shadowhunter-92 wants to merge 1 commit into
Conversation
Author
|
Gentle nudge on this one 🙏 — AgentBridge is a neutral interoperability + governance layer that translates A2A ↔ MCP / ACP / OpenAI / Gemini function-calling, and adds agent identity, per-agent budgets, and a tamper-evident (hash-chained) audit trail directly on the call path. Apache-2.0, CI + tests green, works as a drop-in MCP server or inline proxy. Happy to adjust the entry's wording or category to fit the list better — thanks for maintaining awesome-a2a! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding AgentBridge to Tools & Utilities → Other Utilities, next to the existing
A2A-MCP-Serverentry since it's a sibling (a cross-protocol bridge).What it is: an open-source (Apache 2.0), neutral bridge that lets any MCP client reach A2A agents — and also ACP, OpenAI/Gemini function-calling, and AGNTCY — through one canonical model. Every protocol adapter is conformance-tested against that protocol's real official SDK (the SDKs disagree on field names in ways that break naive bridges). It also adds an optional governance plane (Ed25519 agent identities, per-agent budgets, hash-chained tamper-evident audit) enforced in the call path, and runs as a drop-in MCP server.
a2a-sdk).Thanks for maintaining this list!