Plugin Claude Code
Plugin marketplace listing 1 plugin: neo4j-memory.
Plugin Claude Code
Plugin marketplace listing 1 plugin: neo4j-memory.
Plugin Claude Code
Persistent, graph-based memory for Claude Code backed by Neo4j. Runs against a local Podman or Docker container by default, or a remote/hosted Neo4j instance (e.g. Aura) when configured. Injects relevant memory at session start, captures new facts automatically at compaction/session end, and exposes on-demand search…
Settings file Claude Code
Claude Neo4j memory plugin, in the manner of claude-mem.
MCP server Claude CodeCodexCursor
MCP server "neo4j-memory" as configured in troglodyte/claude-neo4j-mem. Runs ${CLAUDE_PLUGIN_ROOT}/src/mcp/server.js with node.
Instructions file CodexOpenCode
AGENTS.md instructions for troglodyte/claude-neo4j-mem, a project described as: Claude Neo4j memory plugin, in the manner of claude-mem.
Instructions file
Claude Code instructions for troglodyte/claude-neo4j-mem, covering claude-neo4j — project notes, environment, use scripts/claude-with-memory.sh to work on this repo, useful commands and design decisions and traps.
Hook
Runs when a session starts, executing session-start.js via node. From troglodyte/claude-neo4j-mem.
Hook
Runs before the context is compacted, executing capture.js via node. From troglodyte/claude-neo4j-mem.
Hook
Runs when a session ends, executing capture.js via node. From troglodyte/claude-neo4j-mem.
Skill Claude CodeCodex
Search the Neo4j memory graph for facts, decisions, or context saved from past sessions. Use when the user asks what you remember about something, references a past conversation, or when prior context might exist worth checking before starting new work.
Skill Claude CodeCodex
Report the Neo4j memory backend's connection mode (local Docker vs remote), active project scope, and entity/observation counts, or list every project registered in the database with its usage. Use when the user asks whether memory is working, which database it's using, how much has been remembered, what projects are…
Skill Claude CodeCodex
Generate a narrative report of a project's development history from the Neo4j memory graph's chronological observation timeline. Use when asked for a timeline report, project history/journey narrative, or a digest of what's happened on this project.