Effortlessly interact with multiple protocols using a lightweight, intuitive command-line chat interface. Whether you're managing A2A or MCP agents, this tool has you covered!
- 🔌 Easy integration with multiple protocols (A2A, MCP)
- 💬 Friendly and intuitive chat UI for the command-line interface
- 🚀 Lightweight and fast
- 🔄 Command history support
# Use --network=host to connect to A2A agent on host network
docker run -it --network=host ghcr.io/cnoe-io/agent-chat-cli:stable
uvx https://github.com/cnoe-io/agent-chat-cli.git <a2a|mcp>
## A2A Agent Configuration
A2A_HOST=localhost
A2A_PORT=8000
A2A_TOKEN=
## MCP Server Configuration
MCP_HOST=localhost
MCP_PORT=9000
make run-a2a-client
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.