
Cursor History
@S2thend
Cursor History について
Bring your Cursor AI chat history directly into Claude. Search past conversations, export sessions, create backups, and only MCP to migrate chat sessions to new project dir and generate year-in-review reports—all through natural language. Built on the Model Context Protocol for s
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
}ツール
8List chat sessions with metadata
View full conversation content
Search across all sessions
Export session to Markdown or JSON
Create backup of all history
Restore from backup (destructive)
Move/copy sessions between workspaces (destructive)
Generate year-in-review data package with stats, topics, and prompt template
概要
What is Cursor History?
Cursor History is an MCP (Model Context Protocol) server that exposes your Cursor AI chat history to AI assistants like Claude. It lets you browse, search, export, back up, and migrate Cursor chat sessions—all through natural language, directly reading from Cursor’s native SQLite database.
How to use Cursor History?
Run the server with a single npx cursor-history-mcp command (no installation required). Then configure the MCP settings in Cursor, Claude Code, or Claude Desktop by adding the server definition with command: "npx" and args: ["-y", "cursor-history-mcp"]. After setup, use natural language requests like “List my Cursor chat sessions” or “Search my Cursor history for ‘authentication’”.
Key features of Cursor History
- Zero‑configuration setup – just
npx - Blazing fast direct SQLite reads
- Grep‑style text search (exact, predictable)
- Works completely offline – no external services
- Built‑in backup, restore, and cross‑workspace migration
- Export sessions to Markdown or JSON
- Generate year‑in‑review data packages
- Minimal dependencies – only Node.js 20+
Use cases of Cursor History
- Quickly find a past conversation by searching across all sessions
- Export a chat session as Markdown or JSON for sharing or documentation
- Create a full backup of your Cursor chat history
- Move or copy chat sessions between different Cursor workspaces
- Generate a year‑in‑review summary with stats, topics, and a report prompt
FAQ from Cursor History
What runtime does Cursor History require?
Node.js 20+ and a Cursor IDE installation with existing chat history.
Does Cursor History need an LLM or internet connection?
No. Everything runs locally and offline – no OpenAI key, Ollama, or any AI model required.
How does Cursor History store or access my data?
It reads directly from Cursor’s native SQLite database; no separate database, vector embeddings, or Docker containers are needed.
How is this different from other Cursor history tools?
It is written in TypeScript, requires no Docker or Python, uses direct SQLite reads for instant performance, and includes built‑in backup/restore and migration features.
Is Cursor History free?
Yes, it is open‑source under the MIT license.
「開発者ツール」の他のコンテンツ
test
prysmaticlabsGo implementation of Ethereum proof of stake
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
コメント