openmemory
Version:
A Model Context Protocol (MCP) server that provides memory storage and retrieval capabilities using [Mem0](https://github.com/mem0ai/mem0). This tool allows you to store and search through memories, making it useful for maintaining context and making info
45 lines (44 loc) • 924 B
JSON
{
"name": "openmemory",
"version": "0.0.1",
"main": "index.js",
"type": "module",
"bin": {
"openmemory": "dist/index.js"
},
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"dev": "tsup --watch",
"start": "node dist/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"openmemory",
"mcp",
"mem0",
"memory",
"ai",
"agents"
],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"dotenv": "^16.5.0",
"mem0ai": "^2.1.11",
"tsup": "^8.4.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.13",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}