Cli
Freeby MCP Community
CLI for MCP Mesh — build distributed AI agents with auto-discovery, dependency injection, and LLM integration
v1.2.0Added Apr 12, 2026
mcpmeshaiagentskubernetes
Cli MCP Server
CLI for MCP Mesh — build distributed AI agents with auto-discovery, dependency injection, and LLM integration
Installation
Reviews
Installation
Quick install
npx -y @mcpmesh/cli
Add to claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "@mcpmesh/cli"]
}
}
}