Skip to main content

Project cognition and continuity system — your project remembers itself

Project description

nodestone

Project memory for AI sessions. nodestone remembers your project across sessions — decisions, tasks, drift, and context — so an LLM doesn't have to re-learn it from scratch every time. A massiron.com product.

It's an event-sourced cognition store: everything lives on disk and comes back instantly, for ~0 tokens. Pair it with any AI tool (Claude Code, Cursor, OpenCode) over MCP, and your assistant resumes work where it left off.


Install

pip install nodestone

Start in 30 seconds

cd your-project
nodestone init                 # create the cognition store (.nodestone/)
nodestone status               # where things stand
nodestone ask "what's next?"   # ask the project, don't re-read it

Record what matters as you go:

nodestone decide "Use SQLite for the event store" -r "zero-config, embedded"
nodestone task "Wire up the MCP stdio server"
nodestone context compressed   # ~500-token AI-ready snapshot for any LLM

Connect it to your AI (MCP)

nodestone speaks MCP over stdio by default — the transport Claude Code, Cursor, and OpenCode launch directly. One command registers it:

claude mcp add nodestone -- nodestone mcp

Restart Claude Code once. Now your assistant can call nodestone natively: restore_context() to resume a project, record_decision(...) to remember a choice, check_drift() to catch scope creep, fingerprint_handoff() to hand the project to another agent.

Prefer HTTP (browser dashboards, LAN)? nodestone mcp --http --host 0.0.0.0 --port 18766.

Self-introduce to every AI editor

nodestone inject all

Writes a short nodestone block into CLAUDE.md, AGENTS.md, .cursorrules, and friends, and registers the MCP server in ~/.claude.json and opencode.json. Idempotent — re-run any time. Remove with nodestone inject all --remove.


The massiron family

nodestone is one of four local tools that compose:

  • nodestone — project context memory across sessions (this tool)
  • atlas — deterministic code intelligence (call graph, risk, dead code), 0 LLM tokens
  • deepstrain — autonomous engineering agent, a cheap fast executor
  • adauto — developer-marketing automation, ethics-filtered + human-approved

Each works standalone and introduces the others when installed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nodestone-0.1.0.tar.gz (200.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nodestone-0.1.0-py3-none-any.whl (249.6 kB view details)

Uploaded Python 3

File details

Details for the file nodestone-0.1.0.tar.gz.

File metadata

  • Download URL: nodestone-0.1.0.tar.gz
  • Upload date:
  • Size: 200.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for nodestone-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5b01f9e79254143c3d0d2f0149e42c734c1e6c084746e99e1773e31a4b178c1a
MD5 cf49d5730ed50c4b0c6a29578a30021b
BLAKE2b-256 edb400f571c937aba27a204b3e91b727035ae06d94321571894c43c2d522c9c3

See more details on using hashes here.

File details

Details for the file nodestone-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: nodestone-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 249.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for nodestone-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f52e8e0771034b5b7c7fa9fb9846ef780c1adbf8e18521c504df89e60cfc80e
MD5 e7d0ccdd4afc4b84340b378086595b89
BLAKE2b-256 b25557e563621e376548417d3f1c876383074ff0ce44202fecb3babdc22da264

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page