{ "name": "mcp-memory-graph", "version": "2.10.2", "description": "Local-first memory MCP server for Claude Code and any MCP client: hybrid vector + knowledge-graph search, bi-temporal recall, Obsidian sync. Runs 100% on your machine, $0/token.", "mcpName": "io.github.YonasValentin/mcp-memory-graph", "author": "Yonas Valentin Mougaard Kristensen (https://github.com/YonasValentin)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "bin": { "mcp-memory-graph": "dist/index.js" }, "publishConfig": { "access": "public", "provenance": true }, "funding": [ "https://github.com/sponsors/YonasValentin", "https://www.buymeacoffee.com/YonasValentin" ], "scripts": { "build": "tsc && node scripts/copy-skill.mjs", "build:web": "cd web && npm run build", "build:all": "npm run build && cd web && npm run build", "dev": "tsc --watch", "dev:web": "cd web && npm run dev", "start": "node dist/index.js", "serve": "node dist/index.js serve", "test": "vitest run", "test:watch": "vitest", "smoke": "node scripts/smoke-mcp.mjs", "bench": "node scripts/bench/retrieval.mjs", "bench:longmemeval": "node scripts/bench/longmemeval.mjs", "bench:locomo": "node scripts/bench/locomo.mjs", "bench:convomem": "node scripts/bench/convomem.mjs", "bench:membench": "node scripts/bench/membench.mjs", "lint": "tsc --noEmit", "prepublishOnly": "npm run build:all" }, "engines": { "node": ">=20.0.0" }, "files": [ "dist/" ], "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude-code", "claude", "anthropic", "memory", "agent-memory", "llm-memory", "vector-search", "semantic-search", "hybrid-search", "knowledge-graph", "rag", "embeddings", "bi-temporal", "local-first", "sqlite", "sqlite-vec", "obsidian", "knowledge-management", "enterprise" ], "license": "PolyForm-Noncommercial-1.0.0", "repository": { "type": "git", "url": "git+https://github.com/YonasValentin/mcp-memory-graph.git" }, "bugs": { "url": "https://github.com/YonasValentin/mcp-memory-graph/issues" }, "homepage": "https://github.com/YonasValentin/mcp-memory-graph#readme", "dependencies": { "@huggingface/transformers": "^3.8.1", "@modelcontextprotocol/sdk": "^1.29.0", "better-sqlite3": "^12.10.0", "express": "^5.2.1", "express-rate-limit": "^8.3.1", "picomatch": "^4.0.4", "sqlite-vec": "0.1.10-alpha.4", "yaml": "^2.9.0", "zod": "^3.25.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.6", "@types/node": "^22.19.19", "@types/picomatch": "^4.0.0", "@vitest/coverage-v8": "^4.1.8", "typescript": "^5.7.2", "vitest": "^4.1.8" } }