Plugin Claude Code
Plugin marketplace listing 1 plugin: mnemograph.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mnemograph.
Instructions file
Instructions for tm42/mnemograph, covering claude code memory system — project brief, what we're building, architecture overview, event-sourcing boundary and data model.
Plugin Claude Code
Persistent memory for Claude Code sessions via mnemograph knowledge graph.
Agent
Initializes memory context at session start by analyzing the knowledge graph. Use at session start to get a compact briefing of relevant memories.
Agent
Stores knowledge in the mnemograph graph with quality enforcement. Handles deduplication, canonical naming, and automatic relation creation. Use for all remember/store operations.
Command
Query the mnemograph knowledge graph for relevant context.
Command
Store knowledge in the mnemograph knowledge graph.
Command
Visualize the mnemograph knowledge graph in an interactive browser view.
Hook
Runs when a session starts, executing session_start.py via python3. From tm42/mnemograph.
Hook
Runs when the agent finishes a response, executing stop_hook.py via python3. From tm42/mnemograph.
MCP server Claude CodeCodexCursor +2
Event-sourced knowledge graph memory for AI coding agents (MCP server). Runs locally from the mnemograph Python package. Needs 1 environment variable to run.