io.github.S2thend/cursor-history
NPM · CURSOR-HISTORY-MCP · SCANNED AUG 3
MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security71
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.0.0, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (55 of 56), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency96
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to S2thend/cursor-history-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 204 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 717 tokens (~89/item across 8 items; 8 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · cursor-history-mcp
claude mcp add s2thend-cursor-history -- npx -y cursor-history-mcp
codex mcp add s2thend-cursor-history -- npx -y cursor-history-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"s2thend-cursor-history": {
"type": "local",
"command": [
"npx",
"-y",
"cursor-history-mcp"
],
"enabled": true
}
}
} openclaw mcp add s2thend-cursor-history --command npx --arg -y --arg cursor-history-mcp
mcp_servers:
s2thend-cursor-history:
command: "npx"
args: ["-y", "cursor-history-mcp"] {
"mcpServers": {
"s2thend-cursor-history": {
"command": "npx",
"args": [
"-y",
"cursor-history-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 −2
No change was recorded against any check on this day. Supply Chain Security went from 80 to 71. Other categories moved too: Stability & Change Management rose 4.
- 2 Aug 26 +68
- CVE-2025-66414 affects this package: high ▼ security
- CVE-2026-39244 affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- The attested source repository moved: S2thend/cursor-history-mcp security
- MCP protocol: unverified → fail ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 0
- Security disclosure: unverified → fail ▼ functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- S2thend/cursor-history-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/S2thend/cursor-history-mcp/.github/workflows/publish.yml@refs/tags/v0.2.4
- Rekor log index:
- 813522571
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:9a7476ba8ce45d0ae0175ad4b54de8883f991bcf4f18388032f4a73834fa35cf1b8e9f9ddd73c60aedd8661b771f02adaea574f5f607a12b6ab4dee9f
- Discovery method:
- attestation_endpoint
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w48q-cv73-mx4w | CVE-2025-66414 | high | yes | |
| GHSA-xcpc-8h2w-3j85 | CVE-2026-39244 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
Dependencies 55 packages
55 packages in the resolved dependency tree · 54 deprecated · 28 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cursor_history_backup ~80
Create a backup of all Cursor AI chat history. Saves a portable archive that can be restored later.
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | Overwrite existing backup file if it exists (default: false) |
| outputPath | string | — | Path where the backup file should be saved. If not specified, saves to ~/cursor-history-backups/ with a timestamp. |
No output schema declared.
No examples provided.
cursor_history_export ~69
Export a Cursor AI chat session to Markdown or JSON format. Returns the formatted content.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Export format: 'markdown' for human-readable, 'json' for structured data |
| sessionIndex | integer | yes | The session index (1-based, as shown in list output) |
No output schema declared.
No examples provided.
cursor_history_list ~90
List Cursor AI chat sessions. Returns recent sessions with metadata including workspace, message count, and timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of sessions to return (default: 20, max: 1000) |
| offset | integer | — | Number of sessions to skip for pagination (default: 0) |
| workspace | string | — | Filter sessions by workspace path (absolute path to project folder) |
No output schema declared.
No examples provided.
cursor_history_migrate ~106
⚠️ 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.
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | Absolute path to the destination workspace folder |
| mode | string | — | Migration mode: 'move' deletes original, 'copy' keeps original |
| sessionIndexes | array | yes | List of session indexes to migrate (1-based, as shown in list output) |
No output schema declared.
No examples provided.
cursor_history_restore ~85
⚠️ 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.
| Name | Type | Req | Description |
|---|---|---|---|
| backupPath | string | yes | Path to the backup file to restore from |
| force | boolean | — | Skip confirmation and force overwrite of existing data (default: false) |
No output schema declared.
No examples provided.
cursor_history_search ~87
Search across all Cursor AI chat sessions for a keyword or phrase. Returns matching sessions with context around each match.
| Name | Type | Req | Description |
|---|---|---|---|
| context | integer | — | Number of characters of context to show around each match (default: 50) |
| limit | integer | — | Maximum number of results to return (default: 10) |
| query | string | yes | The search query (keyword or phrase to find) |
No output schema declared.
No examples provided.
cursor_history_show ~51
Show the full content of a specific Cursor AI chat session including all messages, tool calls, and AI responses.
| Name | Type | Req | Description |
|---|---|---|---|
| sessionIndex | integer | yes | The session index (1-based, as shown in list output) |
No output schema declared.
No examples provided.
cursor_history_year_pack ~149
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.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | Report language preference (default: en) |
| maxSampleLength | integer | — | Maximum characters per sample (default: 120) |
| maxSamples | integer | — | Maximum sample questions to include (default: 30) |
| topicsCount | integer | — | Number of topics to extract (default: 7) |
| workspace | string | — | Optional workspace path to filter sessions |
| year | integer | — | Calendar year to analyze (default: current year) |
No output schema declared.
No examples provided.