{ "name": "nelly-elephant-mcp", "version": "1.0.0", "description": "An elephant never forgets — and neither should your AI. Search and resume past Claude Code conversations via MCP.", "author": "SpicyRiceCakes", "license": "MIT", "type": "module", "main": "./dist/index.js", "engines": { "node": ">=18.0.0" }, "bin": { "nelly-elephant-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.27.1" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.0.0" }, "keywords": [ "mcp", "claude", "memory", "search", "conversation-history", "claude-code", "ai-memory" ], "repository": { "type": "git", "url": "https://github.com/SpicyRiceCakes/nelly-elephant-mcp" }, "homepage": "https://spicyricecakes.com/kitchen/nelly-the-elephant" }