Skip to main content
Glama

A2A MCP 服务器

一个简单的 MCP 服务器,为 Claude Desktop 提供对 A2A 协议代理的访问。

它对开发者更友好,而非生产环境就绪。您可以根据自己的需求进行调整和扩展。但将其原样部署到生产环境中可能并非最佳选择。

概述

该项目旨在将 Claude Desktop 与 A2A(代理到代理)协议代理连接起来,特别是那些使用 pcingola/a2a_min 和 fast-agent 构建的代理。该项目最初是作为个人项目开发的,旨在协助代理开发,同时也是为了好玩。

工具

服务器提供了三种 MCP 工具:

  1. a2a_server_registry - 注册或删除 A2A 服务器

    { "action": "add", "name": "security_audit", "url": "http://localhost:8000" }
  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