communication

Acp Mcp

An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols.

python
communication
0
View on GitHub

Installation

npx -y i-am-bee/acp-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "acp-mcp",
  "command": "npx",
  "args": [
    "-y",
    "i-am-bee/acp-mcp"
  ]
}

About This MCP Server

i-am-bee/acp-mcp

An MCP server acting as an adapter into the ACP ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols.

GitHub: https://github.com/i-am-bee/acp-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub