Skip to main content
File SystemsTypeScript

xxczaki/local-history-mcp

MCP server for accessing VS Code/Cursor Local History

file-systemslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/xxczaki/local-history/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "local-history": {
      "command": "npx",
      "args": [
        "-y",
        "xxczaki/local-history-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
xxczaki