{ "name": "cursor-history-mcp", "version": "0.3.1", "mcpName": "io.github.S2thend/cursor-history", "description": "MCP server for browsing, searching, and exporting Cursor AI chat history", "repository": { "type": "git", "url": "https://github.com/S2thend/cursor-history-mcp" }, "type": "module", "main": "dist/index.cjs", "bin": { "cursor-history-mcp": "dist/index.cjs" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.cjs", "typecheck": "tsc --noEmit", "lint": "eslint src/", "pretest": "npm run build", "test": "vitest" }, "keywords": [ "mcp", "model-context-protocol", "cursor", "chat-history", "ai", "claude" ], "author": "Borui Cai", "license": "MIT", "engines": { "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "cursor-history": "0.18.0", "zod": "3.25.76" }, "devDependencies": { "@modelcontextprotocol/client": "2.0.0", "@eslint/js": "^9.39.2", "@types/node": "22.20.1", "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^8.51.0", "eslint": "^9.39.2", "tsup": "8.5.1", "typescript": "5.7.2", "typescript-eslint": "^8.51.0", "vitest": "4.1.11" }, "overrides": { "tsup": { "esbuild": "0.28.1" } }, "files": [ "dist", "docs" ] }