Skip to main content
Glama

A2A MCP 서버

Claude Desktop이 A2A 프로토콜 에이전트에 액세스할 수 있도록 하는 간단한 MCP 서버입니다.

프로덕션에 적합한 수준보다는 개발자 친화적인 수준으로, 필요에 맞게 수정하고 필요한 대로 확장할 수 있습니다. 하지만 있는 그대로 프로덕션에 배포하는 것은 최선의 선택은 아닐 것입니다.

개요

이 프로젝트는 Claude Desktop을 A2A(에이전트 간) 프로토콜 에이전트, 특히 pcingola/a2a_min 및 fast-agent로 구축된 에이전트와 연결하기 위해 만들어졌습니다. 에이전트 개발을 돕고 재미를 더하기 위한 개인 프로젝트로 개발되었습니다.

도구

서버는 세 가지 MCP 도구를 제공합니다.

  1. a2a_server_registry - A2A 서버 등록 또는 제거

    지엑스피1

  2. list_agents - 등록된 모든 에이전트와 해당 기능을 나열합니다.

    {}
  3. call_agent - 에이전트에게 프롬프트를 보내고 응답을 받습니다.

    { "agent_name": "security_audit", "prompt": "regismesquita/DevControlMCP" }

워크플로

일반적인 작업 흐름은 다음과 같습니다.

  1. a2a_server_registry 로 A2A 서버를 등록합니다.

  2. list_agents 로 사용 가능한 에이전트를 나열하세요

  3. 필요할 때마다 call_agent 로 상담원에게 전화하세요

로컬 테스트

이 서버는 fast-agent 및 a2a_min 기반 보안 감사 에이전트를 사용하여 로컬에서 테스트되었습니다. Claude Desktop이 A2A 에이전트와 성공적으로 통신할 수 있도록 지원합니다.

목적

이 브리지를 통해 Claude Desktop은 모든 A2A 호환 에이전트와 상호 작용할 수 있으며, MCP 도구 인터페이스를 통해 Claude의 기능을 확장할 수 있습니다.

스크린샷

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An 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 -
    11
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.
    Last updated -
    1
    1
    • Apple
  • A
    security
    A
    license
    A
    quality
    A 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 -
    9
    14
    21
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents.
    Last updated -
    7
    115
    Apache 2.0
    • Apple
    • Linux

View all related MCP servers

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