{ "name": "peon-mem", "version": "1.0.9", "type": "module", "main": "dist/index.js", "bin": { "peon-mem": "bin/peon-mem.mjs", "peon-mcp": "dist/index.js", "peon-daemon": "dist/daemon-cli.js" }, "scripts": { "build": "tsc -p tsconfig.json", "daemon": "node dist/daemon-cli.js", "install:peon": "node scripts/install-peon.mjs", "evaluate": "node scripts/evaluate-peon.mjs", "eval": "node scripts/eval-retrieval-labeled.mjs run", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "PEON_QUERY_EMBED_CACHE=/tmp/peon-test-query-embed-cache.jsonl vitest run", "prepublishOnly": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "description": "Local-first hierarchical memory brain for AI coding agents — auto-capture, LLM consolidation into beliefs, hybrid retrieval, per-prompt injection, a living Neural Universe monitor, and a daily self-improvement loop. Works with Claude Code, Codex, and any MCP client.", "license": "MIT", "keywords": [ "memory", "mcp", "claude-code", "codex", "ai-agents", "local-first", "llm", "rag", "knowledge-base" ], "repository": { "type": "git", "url": "git+https://github.com/VineetV2/peon-mem.git" }, "engines": { "node": ">=20" }, "devDependencies": { "typescript": "^5.7.0", "vitest": "^4.1.11", "@types/node": "^22.0.0" }, "files": [ "bin", "dist", "scripts", "docs/assets", "README.md", "LICENSE" ], "mcpName": "io.github.VineetV2/peon-mem" }