My Tools
Provides an integrated server and UI panel within VS Code/Cursor for retrieving and displaying command-line tool documentation.
About
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
- React-based WebView panel for displaying documentation
- 4 GitHub stars
- Built-in MCP server with secure origin validation
- Real-time updates and error handling
- Automatic tool discovery in workspace and global paths
- Command palette support
Use Cases
- Quickly access documentation for tools used in a project
- Integrate command-line tool documentation directly into the VS Code workflow
- Simplify tool discovery and usage in monorepo environments