graph-memory-mcp-server
Version:
Graphiti Memory Graph MCP Server - Search and explore knowledge graphs using Graphiti
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "graph-memory-mcp-server",
"version": "2.0.1",
"description": "Graphiti Memory Graph MCP Server - Search and explore knowledge graphs using Graphiti",
"main": "dist/index.js",
"type": "module",
"bin": {
"graph-memory-mcp-server": "bin/cli.js"
},
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"dev": "ts-node --esm src/index.ts",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"graphiti",
"memory",
"search",
"knowledge-graph",
"zep",
"ai",
"claude"
],
"author": "SYIA AI <info@syia.ai>",
"license": "MIT",
"dependencies": {
"@getzep/zep-cloud": "^2.17.0",
"@modelcontextprotocol/sdk": "^1.18.1",
"axios": "^1.10.0",
"mongodb": "^6.17.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.2.3",
"ts-node": "^10.9.1"
},
"files": [
"bin/",
"dist/",
"README.md",
"src/"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syia-ai/graph_memory.git"
},
"publishConfig": {
"access": "public"
}
}