@zhangzichao2008/mcp-graphiti
Version:
Graphiti MCP Server - Temporal Knowledge Graph for AI Agents
77 lines (76 loc) • 1.9 kB
JSON
{
"name": "@zhangzichao2008/mcp-graphiti",
"version": "1.0.8",
"description": "Graphiti MCP Server - Temporal Knowledge Graph for AI Agents",
"main": "dist/index.js",
"type": "module",
"bin": {
"graphiti-mcp": "dist/start.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/start.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"graphiti",
"knowledge-graph",
"neo4j",
"ai",
"temporal",
"typescript"
],
"author": "steven0lisa <steven0lisa@live.com>",
"license": "Apache License 2.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"neo4j-driver": "^5.18.0",
"openai": "^4.52.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/steven0lisa/mcp-graphiti.git"
},
"bugs": {
"url": "https://github.com/steven0lisa/mcp-graphiti/issues"
},
"homepage": "https://github.com/steven0lisa/mcp-graphiti#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}