Provides an integrated server and UI panel within VS Code/Cursor for retrieving and displaying command-line tool documentation.
The My Tools extension provides a seamless way to discover and access documentation for command-line tools directly within VS Code or Cursor. It includes a built-in server that automatically detects tools in your workspace, whether they are package scripts, local binaries, or global tools, and displays their documentation in a user-friendly WebView panel. The extension supports monorepos, secure origin validation, and real-time event streaming, ensuring a reliable and efficient documentation experience.
Key Features
01React-based WebView panel for displaying documentation
024 GitHub stars
03Built-in MCP server with secure origin validation
04Real-time updates and error handling
05Automatic tool discovery in workspace and global paths
06Command palette support
Use Cases
01Quickly access documentation for tools used in a project
02Integrate command-line tool documentation directly into the VS Code workflow
03Simplify tool discovery and usage in monorepo environments