{ "name": "memory-industry", "version": "0.25.0", "mcpName": "io.github.LeandroPG19/memory-industry", "description": "Persistent memory MCP server (MemoryIndustry) \u2014 self-growing knowledge graph that works without MCP sampling, poisoning quarantine, PostgreSQL + pgvector, bitemporal facts, BM25+RRF hybrid search, graph metrics/communities, Hebbian learning, episodic memory, audit log, project scoping, tree-sitter codegraph.", "license": "Apache-2.0", "author": "Leandro P\u00e9rez G.", "repository": { "type": "git", "url": "https://github.com/LeandroPG19/Memorys.git" }, "homepage": "https://github.com/LeandroPG19/Memorys#readme", "bugs": { "url": "https://github.com/LeandroPG19/Memorys/issues" }, "keywords": [ "mcp", "memory", "memory-industry", "knowledge-graph", "ai-agent", "model-context-protocol", "hebbian", "anti-hallucination", "pagerank", "postgresql", "rust" ], "scripts": { "postinstall": "node npm/postinstall.js" }, "bin": { "memory-industry": "npm/bin.js", "cuba-memorys": "npm/bin.js" }, "engines": { "node": ">=18" }, "files": [ "npm/**", "README.md", "LICENSE", "server.json" ] }