A
licenseNot graded
qualityD
maintenanceTurn any CLI tool into an MCP server by leveraging its --help output, enabling natural language interaction with tools like gh, az, git, etc.
11 npm
22
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: add learns a CLI schema, help retrieves it, and run executes a command. There is no overlap.
All tool names are single imperative verbs (add, help, run), following a consistent pattern.
Three tools is appropriate for a focused CLI schema management server, covering learning, retrieval, and execution.
Basic lifecycle is covered (add, retrieve, run), but lacks schema update or deletion, and may not support multiple CLIs.