Your project's decision history for agents: decisions, dead-ends, constraints - queryable, local.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
your project's decision history, for agents
Give your agent your project's decision history: it checks what was already ruled out before proposing, follows supersede edges to current truth instead of citing a stale decision, and inherits the whole investigation cold β session after session. Built automatically from the agent's own conversations into a local causal graph. Works with Claude Code, Cursor, Hermes, or an agent loop you wrote yourself. (A different job than your fact store β run both.)
Quick start Β· How it works Β· Connect your agent Β· Why NodeDex Β· Evidence Β· Docs
An agent walking its own memory: a dead-end β why it was abandoned β the causal chain. The structure is the recall.
Without NodeDex, session N+1 quietly re-derives what session N already settled β which approaches failed (and why), which decisions were replaced (and by what), which constraints still bind. NodeDex keeps that record in a local SQLite graph the agent navigates deliberately, session after session.
Status β early & solo-built. NodeDex is developed by one person and is at an early stage. The engine is tested end-to-end (1319 passing tests), but it hasn't been battle-tested across many machines and agents yet β expect rough edges, and please open an issue when you hit one. Feedback at this stage is hugely valuable.
Newest, and least battle-tested: the three-wire setup β your agent installs NodeDex into itself (reflex + capture + gate), and NodeDex verifies each wire by what actually happened rather than taking the agent's word. The gate (a pre-edit check, warn-only, fail-open) is brand new; it replaces a roadmap item that used to read "hook-enforced check, not just a nudge". Whether it changes agent behaviour on a long task is exactly what we're measuring next β we don't claim it yet.
On the roadmap: interop with Claude Code's native memory Β· a "what's new since last session" surface Β· broader agent-host support.
Three steps. The first sets up the server (once); the other two connect your agent.
3. Say Set up NodeDex to your agent. It wires itself in β CAPTURE (so the graph fills),
REFLEX (so it remembers to check), GATE (so it checks at the moment it edits) β asking your
permission for each. NodeDex verifies each one actually happened; nothing is taken on trust.
That's the whole path. Details: Setup (the wizard) Β· Connect your agent
(every host) Β· Try it in 60 seconds (a demo graph, no key).
Switching tools later moves no data β point the new agent at the same server and say Set up NodeDex again.
Forgetting announces itself β the agent asks again, you sigh, you re-explain. The failure that actually costs you re-work is silent: the agent re-proposes an approach it tried and abandoned three sessions ago, or plans against a decision that was replaced two weeks back. The stale decision looks exactly as authoritative as the current one, the ruled-out approach sounds fresh, and the hours get burned twice.
NodeDex fixes being confidently wrong about the past. That's a knowledge-status problem β ruled-out, superseded, still-open β and status is structure, not recall. So NodeDex keeps the project's reasoning residue as a graph the agent walks: decisions with their why and the alternatives that lost, dead-ends as a permanent, enumerable closed-door list the agent is taught to check first (a strong nudge, not a hard block), constraints that can't silently move, and the causal chains tying them together.
A new agent inheriting a project doesn't get a ranked pile of facts β it walks the investigation, and learns what not to repeat.
Different job. Most "agent memory" stores facts and preferences and retrieves the top-k at query time β perfect for "the user prefers TypeScript", and genuinely good at it. NodeDex captures the reasoning around those facts: what was tried, what was ruled out, what was decided and why.
| a fact store (mem0 / RAG / native memory) | NodeDex | |
|---|---|---|
| Stores | facts, preferences | decisions + why, dead-ends, constraints, insights |
| Links | shared-entity association | causal (prompted_by β based_on β supersedes) |
| Recall | one-shot top-k retrieval | traverse root β decision β why β chain |
| Failed approaches | β | permanent dead-ends β an enumerable closed-door list checked before proposing |
They're complementary, and many setups run both. NodeDex doesn't replace your fact store.
Honest scope: for short sessions, one-shot tasks, and fact-recall workflows, native memory is good enough β skip NodeDex, it would be overkill. It earns its keep on long-running, decision-dense, multi-session work where repeating a failure is expensive β and especially on autonomous runs, where no human is watching to catch the agent re-proposing a dead end.
A fresh graph is empty (the value accumulates from your real work), so NodeDex ships a sample project history you can explore immediately:
That serves a small finished project β its decisions (with the why and the rejected
alternatives), its dead-ends, its constraints, and one decision that got superseded β
at http://127.0.0.1:3009/mcp. Point any MCP agent at it and ask:
If those answers are useful from a 15-block toy, imagine them from six weeks of your own
work. nodedex stop 3009 ends the demo; your real graph is never touched.
Want receipts before installing? Evidence it works β what the pipeline captures from real transcripts, graph health, and search that admits its limits.
A local knowledge graph of what the project established β every decision, dead-end, constraint, and the causal links between them β persisted outside the context window and read by the agent over MCP. Not a note-taking tool: nobody curates it; a background pipeline builds it from the work itself.
The agent is stateless by default. NodeDex gives it a durable record of the project's reasoning that survives every context reset β the LLM is just the reasoning engine that runs on top of it.
Key properties:
~/.nodedex/*.db). Extraction is local or cloud, depending on the model you pick: a cloud provider (e.g. OpenRouter) receives conversation content for extraction; a local model keeps everything on the machine. The database is plaintext unless you set NODEDEX_DB_ENCRYPTION_KEY.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nodedex)<a href="https://allmcps.com/mcp/nodedex"><img src="https://allmcps.com/api/badge/nodedex?style=directory" alt="Nodedex on AllMCPs" /></a>