Skip to main content
Glama

A2A MCP

@cognicellai/a2a-mcp is an MCP server that bridges local MCP hosts to A2A v1-compatible agents.

It exposes the A2A v1 client operation surface through MCP tools and routes A2A calls through the official @a2a-js/sdk client.

Install From npm

Install it from the official npm registry:

npm install -g @cognicellai/a2a-mcp

Or run it directly with npx:

A2A_MCP_CONFIG=/absolute/path/to/a2a-mcp.config.yaml npx -y @cognicellai/a2a-mcp

For MCP host setup, see docs/host-setup.md. For end-to-end usage examples covering no-auth, API-key, and machine-to-machine OAuth A2A agents, see docs/user-guide.md.

The installed CLI command is a2a-mcp.

For maintainers preparing a release, see docs/release.md.

Related MCP server: openclaw-tools-mcp

Development From Source

npm install
npm run build
npm test
npm run typecheck
npm run lint:docs

Start the MCP server over stdio:

A2A_MCP_CONFIG=./a2a-mcp.config.example.yaml npm run dev

Configuration

Agents are configured by alias. Credentials are referenced by profile and resolved from the local environment; token values are never accepted as MCP tool arguments.

See a2a-mcp.config.example.yaml.

Agent Card signature handling is fail-closed by default: unsigned cards are accepted with signaturePolicy: "ifPresent", but signed cards are rejected until trust-root-backed signature verification is implemented. Use signaturePolicy: "disabled" only for explicitly trusted local or development agents.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/CognicellAI/a2a-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server