Manito is an MCP tool designed for seamless querying and exploration of Unix man pages. It enhances the standard man page experience by providing a robust fallback mechanism: if a specific man page is unavailable, it intelligently retrieves and displays the command's help output, typically from `--help`. This ensures users always get relevant information, making it a comprehensive resource for command-line documentation within an MCP environment.
Key Features
010 GitHub stars
02Automatic fallback to command's `--help` output
03Supports NPX for easy execution
04Compatible with Bun runtime
05Provides a streamable HTTP server option
06Query and explore Unix man pages
Use Cases
01Integrate man page lookups within an MCP server environment
02Access help output for commands lacking a dedicated man page
03Quickly retrieve documentation for Unix commands