Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+25 this week 71 Trust /100
Trust breakdown (6 categories)

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
Install

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

# add to Claude Code
claude mcp add s2thend-cursor-history -- npx -y cursor-history-mcp
# add to Codex CLI
codex mcp add s2thend-cursor-history -- npx -y cursor-history-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "s2thend-cursor-history": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cursor-history-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add s2thend-cursor-history --command npx --arg -y --arg cursor-history-mcp
# ~/.hermes/config.yaml
mcp_servers:
  s2thend-cursor-history:
    command: "npx"
    args: ["-y", "cursor-history-mcp"]
// mcp.json
{
  "mcpServers": {
    "s2thend-cursor-history": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-history-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 8 exposed · ~717 tokens

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.

Tool Tokens
cursor_history_backup ~80

Create a backup of all Cursor AI chat history. Saves a portable archive that can be restored later.

NameTypeReqDescription
forcebooleanOverwrite existing backup file if it exists (default: false)
outputPathstringPath 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.

NameTypeReqDescription
formatstringExport format: 'markdown' for human-readable, 'json' for structured data
sessionIndexintegeryesThe 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.

NameTypeReqDescription
limitintegerMaximum number of sessions to return (default: 20, max: 1000)
offsetintegerNumber of sessions to skip for pagination (default: 0)
workspacestringFilter 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.

NameTypeReqDescription
destinationstringyesAbsolute path to the destination workspace folder
modestringMigration mode: 'move' deletes original, 'copy' keeps original
sessionIndexesarrayyesList 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.

NameTypeReqDescription
backupPathstringyesPath to the backup file to restore from
forcebooleanSkip 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.

NameTypeReqDescription
contextintegerNumber of characters of context to show around each match (default: 50)
limitintegerMaximum number of results to return (default: 10)
querystringyesThe 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.

NameTypeReqDescription
sessionIndexintegeryesThe 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.

NameTypeReqDescription
languagestringReport language preference (default: en)
maxSampleLengthintegerMaximum characters per sample (default: 120)
maxSamplesintegerMaximum sample questions to include (default: 30)
topicsCountintegerNumber of topics to extract (default: 7)
workspacestringOptional workspace path to filter sessions
yearintegerCalendar year to analyze (default: current year)

No output schema declared.

No examples provided.