Connection check
local install
projectmind
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
Tools
8
GitHub stars
2
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
8 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
mind_context
from source
Call this BEFORE reading/greping files, when you Call this BEFORE reading/greping files, when you
mind_digest
from source
Call this BEFORE running ls, find, glob, grep, tree, or reading any file, whenever the task is to explain, describe, summarize, or give an overview of this project or its architect… Call this BEFORE running ls, find, glob, grep, tree, or reading any file, whenever the task is to explain, describe, summarize, or give an overview of this project or its architecture, or when you otherwise need to orient yourself in an unfamiliar codebase. This includes questions like \
mind_handoff
from source
Leave a one-line handoff note — what you were doing and what Leave a one-line handoff note — what you were doing and what
mind_query
from source
Get full detail on ONE node (its files, notes, and edges) when you need to drill into a specific module. Use after mind_digest points you at the right node — cheaper than reading t… Get full detail on ONE node (its files, notes, and edges) when you need to drill into a specific module. Use after mind_digest points you at the right node — cheaper than reading the files.
mind_search
from source
Find nodes, decisions, or glossary terms by keyword. Use to locate the right part of the project without reading files. Find nodes, decisions, or glossary terms by keyword. Use to locate the right part of the project without reading files.
mind_stats
from source
Return map size, the estimated token cost of the digest, and the local savings ledger (estimated tokens/dollars saved by reading the map instead of scanning files). Return map size, the estimated token cost of the digest, and the local savings ledger (estimated tokens/dollars saved by reading the map instead of scanning files).
mind_update
from source
Call this when you add or change a module, make an architectural decision, or learn a project convention — so the next session doesn Call this when you add or change a module, make an architectural decision, or learn a project convention — so the next session doesn
projectmind
from source