projectmind runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 6 Jul 2026.
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return Math.ceil(fs.statSync(path.join(r, rel)).size / 4);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add projectmind -- npx -y @nodemint/projectmind
{
"mcpServers": {
"projectmind": {
"args": [
"-y",
"@nodemint/projectmind"
],
"command": "npx"
}
}
}
[mcp_servers.projectmind]
command = "npx"
args = ["-y", "@nodemint/projectmind"]
{
"mcpServers": {
"projectmind": {
"args": [
"-y",
"@nodemint/projectmind"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"projectmind": {
"args": [
"-y",
"@nodemint/projectmind"
],
"command": "npx"
}
}
}
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.
Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.
Persistent engineering memory for AI coding agents. Survives refactors, knows when it is stale.
Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.
Project memory across sessions for AI agents. A queryable decision log in the repo.
Shared, git-tracked working memory for AI agents on the same codebase.
Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.
Answers built from our own checks of this server.