About this project

@mcp-z/cli is a command-line interface designed for the management and testing of MCP server clusters. It allows users to spawn servers from a `.mcp.json` configuration file and supports both stdio and HTTP transport types. Key capabilities include: - Server Management: Start servers using `mcp-z up`, including the ability to launch HTTP servers via optional start blocks. - Inspection and Debugging: Use `mcp-z inspect` to examine tools, resources, prompts, and server health. - Direct Interaction: Call tools (`call-tool`), retrieve prompts (`get-prompt`), and read resources (`read-resource`) directly from the CLI. - Discovery: Search for specific tools, prompts, and resources across multiple servers using `mcp-z search`. - Manifest Handling: Generate or validate `server.json` files via `mcp-z manifest`. - Flexible Execution: Supports inline usage for quick inspection of servers via `--run` (for stdio) or `--url` (for HTTP).