cursor-history-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cursor_history_listA | List Cursor AI chat sessions. Returns recent sessions with metadata including workspace, message count, and timestamps. |
| cursor_history_showA | Show the full content of a specific Cursor AI chat session including all messages, tool calls, and AI responses. |
| cursor_history_searchA | Search across all Cursor AI chat sessions for a keyword or phrase. Returns matching sessions with context around each match. |
| cursor_history_exportC | Export a Cursor AI chat session to Markdown or JSON format. Returns the formatted content. |
| cursor_history_backupB | Create a backup of all Cursor AI chat history. Saves a portable archive that can be restored later. |
| cursor_history_restoreA | ⚠️ DESTRUCTIVE: Restore Cursor AI chat history from a backup file. This operation OVERWRITES your current chat history. Consider creating a backup of your current data first using cursor_history_backup. |
| cursor_history_migrateA | ⚠️ DESTRUCTIVE: Move or copy chat sessions between workspaces. When moving (not copying), the original session is deleted. Consider creating a backup first using cursor_history_backup. |
| cursor_history_year_packA | Generate a year-in-review data package from Cursor AI chat history. Produces a sanitized JSON summary with statistics, topics, and keywords, plus a prompt template for LLM-based report generation. Read-only operation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/S2thend/cursor-history-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server