Back to MCP Servers
Local History
MCP server for accessing VS Code/Cursor Local History
file-systems
By xxczaki
Installation
npx -y local-historyConfiguration
{
"mcpServers": {
"local-history": {
"command": "npx",
"args": ["-y", "local-history"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes