{ "name": "@sharedmemory/mcp-server", "version": "2.8.0", "mcpName": "io.github.sharedmemoryai/memory", "description": "MCP server for SharedMemory — persistent AI memory for any tool", "main": "dist/index.js", "bin": { "sharedmemory-mcp": "dist/index.js" }, "files": ["dist", "LICENSE", "README.md", "CLAUDE.md", "config.example.json"], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "dev": "ts-node src/index.ts", "start": "node dist/index.js" }, "keywords": ["mcp", "sharedmemory", "ai", "memory", "knowledge-graph", "model-context-protocol", "llm"], "author": "SharedMemory AI (https://sharedmemory.ai)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sharedmemoryai/mcp-server.git" }, "bugs": { "url": "https://github.com/sharedmemoryai/mcp-server/issues" }, "homepage": "https://docs.sharedmemory.ai/sdks/mcp-server", "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "typescript": "^5.4.0", "ts-node": "^10.9.0", "@types/node": "^20.11.0" } }