A2A MCP 서버
Claude Desktop이 A2A 프로토콜 에이전트에 액세스할 수 있도록 하는 간단한 MCP 서버입니다.
프로덕션에 적합한 수준보다는 개발자 친화적인 수준으로, 필요에 맞게 수정하고 필요한 대로 확장할 수 있습니다. 하지만 있는 그대로 프로덕션에 배포하는 것은 최선의 선택은 아닐 것입니다.
개요
이 프로젝트는 Claude Desktop을 A2A(에이전트 간) 프로토콜 에이전트, 특히 pcingola/a2a_min 및 fast-agent로 구축된 에이전트와 연결하기 위해 만들어졌습니다. 에이전트 개발을 돕고 재미를 더하기 위한 개인 프로젝트로 개발되었습니다.
도구
서버는 세 가지 MCP 도구를 제공합니다.
- a2a_server_registry - A2A 서버 등록 또는 제거지엑스피1
- list_agents - 등록된 모든 에이전트와 해당 기능을 나열합니다.
- call_agent - 에이전트에게 프롬프트를 보내고 응답을 받습니다.
워크플로
일반적인 작업 흐름은 다음과 같습니다.
a2a_server_registry
로 A2A 서버를 등록합니다.list_agents
로 사용 가능한 에이전트를 나열하세요- 필요할 때마다
call_agent
로 상담원에게 전화하세요
로컬 테스트
이 서버는 fast-agent 및 a2a_min 기반 보안 감사 에이전트를 사용하여 로컬에서 테스트되었습니다. Claude Desktop이 A2A 에이전트와 성공적으로 통신할 수 있도록 지원합니다.
목적
이 브리지를 통해 Claude Desktop은 모든 A2A 호환 에이전트와 상호 작용할 수 있으며, MCP 도구 인터페이스를 통해 Claude의 기능을 확장할 수 있습니다.
스크린샷
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude Desktop이 A2A 프로토콜 에이전트와 통신할 수 있도록 하는 MCP 서버로, Claude가 에이전트 상호 작용을 통해 확장된 기능에 액세스할 수 있도록 합니다.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.Last updated -211TypeScriptMIT License
- AsecurityFlicenseAqualityA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.Last updated -11
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for Claude Desktop that connects to 302AI's API services, allowing users to integrate and leverage 302AI capabilities through a structured communication interface.Last updated -9418JavaScriptMIT License
- AsecurityAlicenseAqualityA bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents.Last updated -771PythonApache 2.0