xxczaki/local-history-mcp
MCP server for accessing VS Code/Cursor Local History
Quick Start
Clone the repository:
git clone https://github.com/xxczaki/local-history/mcpClaude Desktop configuration example:
{
"mcpServers": {
"local-history": {
"command": "npx",
"args": [
"-y",
"xxczaki/local-history-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.