keymem
01Plugin Claude Code
keymem — associative long-term memory for Claude Code.
Plugin Claude Code
keymem — associative long-term memory for Claude Code.
Plugin Claude Code
Associative long-term memory — recall by key-graph association, plus passive memory surfacing on every prompt.
MCP server Claude CodeCodexCursor +2
Associative memory for LLM agents — a key-graph memory layer (MCP server) that recalls by association, not just vector similarity. A graph-based alternative to vector-store agent memory. Runs locally from the keymem npm package. Needs 2 environment variables to run.
Hook
Runs when you submit a prompt, before the agent sees it, executing keymem-hook.mjs via node. From donggyun112/keymem.
Skill Claude CodeCodex
Use when the conversation reveals or needs durable knowledge about the user, the project, or an earlier decision — the recall/remember protocol for keymem's associative memory (keys, namespaces, corrections, and the passively surfaced hints).
Plugin Claude Code
CodeCanvas plugins for evidence-backed Python code intelligence.
Plugin Claude Code
Evidence-backed Python code intelligence through the local CodeCanvas MCP server.
MCP server Claude CodeCodexCursor
Precision static-analysis MCP server for Python: call graphs, control flow, and change impact. Runs locally from the codecanvas-mcp Python package.
Skill Claude CodeCodex
Use INSTEAD OF grep/ripgrep/reading whole files when a question about Python code has a call-graph or control-flow answer. Triggers - "who calls X", "what breaks if I change X", "what does X do", "what does X call", "when does this return/raise", "is this branch reachable", "can X reach Y", "where are the…
MCP server Claude CodeCodexCursor
Precision static-analysis MCP server for Python: call graphs, control flow, and change impact. Runs locally from the codecanvas-mcp Python package.
MCP server Claude CodeCodexCursor
N:M Associative Memory System for LLM Agents. Runs locally from the mcp-super-memory Python package.