a year ago
developer-toolsAn MCP(Model Context Protocol) Server for retrieving and sharing your bash/zsh history with MCP Client (Cursor, Claude etc.)
Overview
what is MCP Command History?
MCP Command History is a tool that allows users to retrieve and share their bash/zsh command history through the MCP (Model Context Protocol) interface, making it easier to manage and explore previously executed shell commands.
how to use MCP Command History?
To use MCP Command History, install the server by cloning the repository, install the dependencies, and start the server. Once running, you can interact with it using compatible MCP tools like Cursor.
key features of MCP Command History?
- Access to shell command history programmatically
- Powerful search functionality for command history
- Quick retrieval of recent commands
- Integration with MCP-compatible tools like Cursor
use cases of MCP Command History?
- Searching for previously executed commands to avoid retyping.
- Accessing recent commands for quick execution.
- Integrating with other tools for enhanced command management.
FAQ from MCP Command History?
- What shell environments are supported?
MCP Command History supports any shell with history support, including Bash and Zsh.
- How do I install MCP Command History?
You can install it by cloning the repository and installing the required dependencies using pip.
- Is there an API available?
Yes, MCP Command History provides an API for searching and retrieving command history.