mcpbeat Sign in

projectmind MCP Server

by nodemint-dev Your server? Claim it
local only

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.

Installs per day peak 41 · avg 16 · +22% w/w
a month agotoday
65
Installs / week
npm · @nodemint/projectmind
2
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add projectmind -- npx -y @nodemint/projectmind
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "projectmind": {
      "args": [
        "-y",
        "@nodemint/projectmind"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.projectmind]
command = "npx"
args = ["-y", "@nodemint/projectmind"]
.cursor/mcp.json
{
  "mcpServers": {
    "projectmind": {
      "args": [
        "-y",
        "@nodemint/projectmind"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "projectmind": {
      "args": [
        "-y",
        "@nodemint/projectmind"
      ],
      "command": "npx"
    }
  }
}

Alternatives to projectmind

same job, measured the same way
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Live Memory
by shofer-dev

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

26 installs/wk local only
trovex
by tsukumohq

Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.

547 installs/wk local only
Limpet
by ksym04

Persistent engineering memory for AI coding agents. Survives refactors, knows when it is stale.

local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
I
logbook-mcp
by abduljabbarbxr

Project memory across sessions for AI agents. A queryable decision log in the repo.

520 installs/wk local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
FairMind Project Context
by fairmind

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

answering

projectmind — questions

Answers built from our own checks of this server.

Why is there no uptime for projectmind?
projectmind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nodemint/projectmind was installed 65 times last week.
How do I connect projectmind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nodemint/projectmind straight from npm; nothing to host, nothing to sign up for.
How many people use projectmind?
The npm package @nodemint/projectmind was installed 65 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is projectmind open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.