NeuroWeave Timeline
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NeuroWeave TimelineExplain the history of activation.py"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NeuroWeave Timeline (NWT)
Process memory for AI agents and humans. NWT remembers how a project became what it is — not just what it is now.
Most tools remember results. NWT remembers evolution.
Traditional Memory: User → Context → Summary → Memory
Timeline Memory: User → Action → Timeline Event → Evolution GraphEvery meaningful action in your project — a decision, a refactor, a file creation, a bug fix — becomes a node in a durable timeline. The links between nodes form an Evolution Graph that explains why the project looks the way it does today.
What you can ask NWT
Why does this file exist? →
nwt explain activation.pyWhy was this architecture chosen? →
nwt search "architecture decision"What happened three months ago? →
nwt history --since 2026-03-01What decisions led to the current design? →
nwt storyShow me the evolution graph →
nwt graph
Agents reach the same answers over MCP:
create_eventsearch_historyget_project_storyexplain_file
Related MCP server: OpenClaw Memory
Quick start
pip install -e .
cd your-project
nwt init
nwt log "Initial scaffold" --reason "Started NWT MVP" --tags setup,mvp
nwt log "Add activation engine" --files activation.py --tags memory
nwt link 1 2 --relation extends
nwt history
nwt show 2
nwt graphStorage is plain JSON under .nwt/. No database. No embeddings. No vendor lock-in.
Why standalone?
NWT is intentionally independent. Timeline memory is a general-purpose primitive
useful to writers, researchers, game designers, and humans who keep journals —
not just to AI cognition systems. See docs/standalone.md.
Other systems may call NWT. NWT does not call them.
Status
v0.1 MVP. Implements Phases 1–6 of the spec.
Phase | Scope | Status |
1 | Core timeline engine | ✅ |
2 | Project evolution graph | ✅ |
3 | CLI | ✅ |
4 | MCP server | ✅ |
5 | Deterministic evolution summaries | ✅ |
6 | Text-tree visualization (web UI later) | ✅ |
See docs/roadmap.md for what comes next.
License
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thatgfsj/neuroweave-timeline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server