MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
claude mcp add cursor-history -- npx -y cursor-history-mcp
claude_desktop_config.json
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cursor-history": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.S2thend--cursor-history/reviews or the review_server meta-tool.
POST /mcp