概要
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.
主な機能
- 0 GitHub stars
- Automatic fallback to command's `--help` output
- Supports NPX for easy execution
- Compatible with Bun runtime
- Provides a streamable HTTP server option
- Query and explore Unix man pages
ユースケース
- Integrate man page lookups within an MCP server environment
- Access help output for commands lacking a dedicated man page
- Quickly retrieve documentation for Unix commands