dannystocker/mcp-multiagent-bridge
3.2
If you are the rightful owner of mcp-multiagent-bridge and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Multiagent Bridge is a lightweight Python server designed for secure coordination of multiple LLM agents using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
create_conversation
Initializes a secure conversation and returns tokens.
send_to_partner
Sends authenticated, redacted messages to a partner.
check_messages
Atomically reads and marks messages as read.
update_my_status
Heartbeat mechanism to show liveness.
check_partner_status
Checks if the partner is alive and their current status.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client