Manito icon

Manito

1

Efficiently query and explore Unix man pages.

소개

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