{ "name": "@shackleai/memory-mcp", "version": "0.5.2", "mcpName": "io.github.shackleai/memory", "description": "Persistent memory for AI coding tools. The first MCP-native memory server.", "type": "module", "bin": { "shackleai-memory": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup", "test": "vitest run", "test:watch": "vitest", "lint": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "memory", "ai", "claude", "cursor", "windsurf", "copilot", "agent-memory", "persistent-memory", "context", "coding-assistant" ], "author": "ShackleAI ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shackleai/memory-mcp.git" }, "homepage": "https://github.com/shackleai/memory-mcp#readme", "bugs": { "url": "https://github.com/shackleai/memory-mcp/issues" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "better-sqlite3": "^11.8.1", "sqlite-vec": "^0.1.6", "@xenova/transformers": "^2.17.2", "zod": "^3.24.2", "uuid": "^11.1.0", "yaml": "^2.7.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.13.10", "@types/uuid": "^10.0.0", "typescript": "^5.7.3", "tsup": "^8.4.0", "tsx": "^4.19.3", "vitest": "^3.0.7" } }