Perplexity MCP Server
by tanigami
{
"name": "mcp-knowledge-graph",
"version": "1.0.1",
"description": "MCP server enabling persistent memory for Claude through a local knowledge graph",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
"homepage": "https://github.com/shane0/mcp-knowledge-graph",
"bugs": "https://github.com/shane0/mcp-knowledge-graph/issues",
"type": "module",
"bin": {
"mcp-knowledge-graph": "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",
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.9.3",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}