A2A MCP Server
A2A MCP 서버
Claude Desktop이 A2A 프로토콜 에이전트에 액세스할 수 있도록 하는 간단한 MCP 서버입니다.
프로덕션에 적합한 수준보다는 개발자 친화적인 수준으로, 필요에 맞게 수정하고 필요한 대로 확장할 수 있습니다. 하지만 있는 그대로 프로덕션에 배포하는 것은 최선의 선택은 아닐 것입니다.
개요
이 프로젝트는 Claude Desktop을 A2A(에이전트 간) 프로토콜 에이전트, 특히 pcingola/a2a_min 및 fast-agent로 구축된 에이전트와 연결하기 위해 만들어졌습니다. 에이전트 개발을 돕고 재미를 더하기 위한 개인 프로젝트로 개발되었습니다.
Related MCP server: cc-tap
도구
서버는 세 가지 MCP 도구를 제공합니다.
a2a_server_registry - A2A 서버 등록 또는 제거
지엑스피1
list_agents - 등록된 모든 에이전트와 해당 기능을 나열합니다.
{}call_agent - 에이전트에게 프롬프트를 보내고 응답을 받습니다.
{ "agent_name": "security_audit", "prompt": "regismesquita/DevControlMCP" }
워크플로
일반적인 작업 흐름은 다음과 같습니다.
a2a_server_registry로 A2A 서버를 등록합니다.list_agents로 사용 가능한 에이전트를 나열하세요필요할 때마다
call_agent로 상담원에게 전화하세요
로컬 테스트
이 서버는 fast-agent 및 a2a_min 기반 보안 감사 에이전트를 사용하여 로컬에서 테스트되었습니다. Claude Desktop이 A2A 에이전트와 성공적으로 통신할 수 있도록 지원합니다.
목적
이 브리지를 통해 Claude Desktop은 모든 A2A 호환 에이전트와 상호 작용할 수 있으며, MCP 도구 인터페이스를 통해 Claude의 기능을 확장할 수 있습니다.
스크린샷
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents.7148Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server that bridges Claude Desktop and Claude Code by letting Desktop read and interact with Claude Code Remote Control sessions, enabling cross-agent coordination.63MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows Claude Desktop to remotely control Claude Code instances for executing commands and managing files.61GPL 3.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables Claude Desktop to search and read local documents via full-text and fuzzy search, providing direct access to indexed files without chunking.MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP memory server. One memory your agents share — across models, devices and apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/regismesquita/MCP_A2A'
If you have feedback or need assistance with the MCP directory API, please join our Discord server