Loading MCP server directory, please wait...
Checks whether an agent's actions actually happened, against the destination's own records.
npx @getmcp/cli add com.brydge-ai/brydgeRequires Node.js 18+. Community-contributed server. Review source before installing.
BRYDGE_API_KEYYour BRYDGE API key. It starts with brydge_sk_; issue one in BRYDGE on the Connect page.
BRYDGE_ACTORThe name BRYDGE knows this agent by, such as agent:refund-ops. Mandates are issued to this name.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.brydge-ai/brydge": {
"command": "npx",
"args": [
"-y",
"brydge-mcp"
],
"env": {
"BRYDGE_API_KEY": "",
"BRYDGE_ACTOR": "",
"BRYDGE_URL": "https://www.brydge-ai.com"
}
}
}
}