@adarsh6938/mcp-knowledge-graph-semantic
Version:
Private MCP Server for semantic knowledge graph with persistent memory
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@adarsh6938/mcp-knowledge-graph-semantic",
"version": "1.1.0",
"description": "Private MCP Server for semantic knowledge graph with persistent memory",
"type": "module",
"main": "dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"bin": {
"mcp-knowledge-graph-semantic": "dist/index.js"
},
"scripts": {
"build": "tsc && chmod +x dist/*.js",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"knowledge-graph",
"semantic-search",
"memory",
"ai",
"private"
],
"author": "Adarsh Ramachandra <adarsh6938@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adarsh6938/my-private-knowledge-graph.git"
},
"files": [
"dist/",
"README.md",
"package.json"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"@xenova/transformers": "^2.17.2"
},
"devDependencies": {
"@types/node": "^22.0.0",
"shx": "^0.3.4",
"tsx": "^4.7.0",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18.0.0"
}
}