Skip to main content
Glama

A2A MCP Server

pyproject.toml569 B
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "a2a_mcp_server" version = "0.1.0" description = "MCP server for A2A agent registry and communication" authors = [ {name = "A2A MCP Team"} ] readme = "README.md" requires-python = ">=3.12.2" dependencies = [ "mcp", "a2a_min", ] [project.scripts] a2a-mcp-server = "a2a_mcp_server.server:main_cli" [tool.setuptools] packages = ["a2a_mcp_server"] [tool.ruff] line-length = 88 target-version = "py312" select = ["E", "F", "I", "W"] ignore = []

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