{ "name": "memory-pulse", "version": "0.5.9", "description": "Corrections that outlive the session. memory-pulse surfaces a correction first in every session and blocks the edit that writes the old value back. Four MCP tools, ~900 tokens. Claude Code, Codex, Cursor, GitHub Actions.", "homepage": "https://pulse.strategic-innovations.ai", "type": "module", "bin": { "memory-pulse": "server.mjs" }, "files": [ "server.mjs", "README.md", "LICENSE", "python/*.py" ], "scripts": { "test": "node --test test/*.test.js" }, "keywords": [ "mcp", "modelcontextprotocol", "memory", "claude-code", "codex", "agent-memory", "context", "token-savings" ], "author": "Travis Crew", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/t-crew/memory-pulse.git" }, "engines": { "node": ">=18" }, "mcpName": "io.github.t-crew/memory-pulse" }