MCP server Claude CodeCodexCursor
A neural knowledge graph for codebases — three-layer code/bugs/tasks understanding for Claude Code. Runs locally from the neural-memory-mcp Python package.
MCP server Claude CodeCodexCursor
A neural knowledge graph for codebases — three-layer code/bugs/tasks understanding for Claude Code. Runs locally from the neural-memory-mcp Python package.
Instructions file
Claude Code instructions for Yakoub-ai/neural-memory, covering neural memory plugin, quick start, how it works, mcp server and agent hook.
Agent
Synthesizes accumulated insights into structured technical documentation via neuralgeneratedocs. Use when the user runs /neural-insight or asks to generate project knowledge documentation.
Agent
Codebase exploration via neural memory knowledge graph — semantic search and graph traversal. Prefer over generic Explore agents when neural-memory is installed.
Agent
Captures technical insights into the neural memory knowledge graph after implementations, reviews, or architectural decisions. Trigger proactively after writing code.
Hook
Runs when you submit a prompt, before the agent sees it, executing context.sh via bash. From Yakoub-ai/neural-memory.
Hook
Runs when the agent finishes a response, executing session.sh via bash. From Yakoub-ai/neural-memory.
Skill Claude CodeCodex
Manually log a bug into the neural memory knowledge graph when not using context log files. Links the bug node to the affected code by file path.
Skill Claude CodeCodex
Manually log a task or phase into the neural memory knowledge graph. Links the task to related code files so it appears in semantic search results.
Skill Claude CodeCodex
View and modify neural memory settings — indexing mode, exclusions, redaction patterns, and staleness thresholds.
Skill Claude CodeCodex
Get a compact, token-budgeted context snapshot AND save a rich persistent session snapshot — project overview, active bugs/tasks with code connections, and recent git commits. Use this to orient quickly and persist context for the next session.
Skill Claude CodeCodex
Build the complete neural memory knowledge graph for this codebase by parsing AST, resolving relationships, and scoring importance.
Skill Claude CodeCodex
Generate comprehensive technical documentation by synthesizing all accumulated insights from the neural memory knowledge graph. Also use to save a new insight with neuraladdinsight.
Skill Claude CodeCodex
Deep-dive into a specific code element — see its full context, callers, callees, siblings, and call chains in the knowledge graph.
Skill Claude CodeCodex
Search the neural knowledge graph for functions, classes, modules, or concepts and get layered results with summaries.
Skill Claude CodeCodex
Check the health and freshness of the neural memory index — initialization state, staleness, and graph statistics.
Skill Claude CodeCodex
Stop the running neural memory dashboard server.
Skill Claude CodeCodex
Manage the full task lifecycle in the neural knowledge graph — list, create, update status and priority. Tasks connect to code nodes and appear in every prompt via the context hook.
Skill Claude CodeCodex
Sync neural memory with recent code changes incrementally without a full re-index.
Skill Claude CodeCodex
Generate and open the interactive knowledge graph dashboard in your browser — hierarchy treemap, semantic radial tree, and force-directed graph.