cursor history for Zed
io.github.s2thend/cursor-history
MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
client:Zed
transport:stdio
runtime:npm
Install cursor history in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs