a2a governance bridge mcp for Claude Desktop
io.github.csoai-org/a2a-governance-bridge-mcp
A2a Governance Bridge MCP Server by MEOK AI Labs
client:Claude Desktop
transport:streamable-http
runtime:pypi
Install a2a governance bridge mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"a2a-governance-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.meok.ai/v1/a2a/governance-bridge"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs