Project Structure
graph-memory-plugin/ # The installable plugin (npm: cogni-code). Start here. src/graph-memory/ # Core logic, pipeline, mental model, CLI, adapters agents/ # Background worker instructions bin/ # Install scripts and Docker helpers commands/ # Slash commands (Claude Code) opencode-commands/ # Slash commands (OpenCode) hooks/ # Hook templates (Claude Code, Codex CLI) skills/ # Memory skill + /recall extensions/ # Plugin entry points (OpenCode, pi) templates/ # Memory section templates
memory-dashboard/ # Optional inspection UI (React + Express)docs/ # Setup guides and diagramsexamples/ # Command examples, tool actions, SDK usageThe plugin is published to npm as cogni-code. The CLI dispatcher (src/graph-memory/cli.ts) provides install, hook <event>, mcp, and status subcommands. The MCP tool name remains graph_memory (what the LLM calls).
Read next
Section titled “Read next”- Setup guide — detailed clone-to-first-memory walkthrough
- Plugin README — full architecture and configuration
- Examples — commands, tool actions, skill usage, SDK integration
- CHANGELOG — version history