cursor history for VS Code
io.github.s2thend/cursor-history
MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
client:VS Code
transport:stdio
runtime:npm
Install cursor history in VS Code
.vscode/mcp.json
{
"servers": {
"cursor-history": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs