MCP Memory Server with Qdrant Persistence

by delorenj
Verified
{ "name": "@delorenj/mcp-qdrant-memory", "version": "0.2.4", "description": "MCP server for enabling the named memory graphs to be persisted to a qdrant instance.", "license": "MIT", "author": "Jarad DeLorenzo", "homepage": "https://github.com/delorenj/mcp-qdrant-memory", "bugs": "https://github.com//delorenj/mcp-qdrant-memory/issues", "type": "module", "bin": { "mcp-qdrant-memory": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "@qdrant/js-client-rest": "^1.13.0", "axios": "^1.8.1", "dotenv": "^16.3.1", "openai": "^4.24.1" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/node": "^20.10.0", "shx": "^0.3.4", "typescript": "^5.6.2" }, "publishConfig": { "access": "public" } }