MCP server for accessing VS Code/Cursor Local History. Useful for file recovery.
Server Config
{
"mcpServers": {
"local-history": {
"command": "npx",
"args": [
"-y",
"local-history-mcp"
]
}
}
}{
"mcpServers": {
"local-history": {
"command": "npx",
"args": [
"-y",
"local-history-mcp"
]
}
}
}