mcpbeat Sign in

Project Memory MCP Server

local only

Project Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

Installs / week
pypi · project-memory-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call Dankaro.project → memory_module/cli.py:39, Dankaro.project → memory_module/reviews.py:371, Dankaro.project → memory_module/reviews.py:504 и ещё 1
    run=subprocess.run(python_args('memory_module.cli')+['serve','--db',str(path)],input=''.join(json.dumps(r)+'\n' for r in requests),text=True,encoding='utf-8',capture_output=True,timeout=20)
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.

    run=subprocess.run(python_args('memory_module.cli')+['serve','--db',str(path)],input=''.join(json.dumps(r)+'\n' for r in requests),text=True,encoding='utf-8',capture_output=True,timeout=20)
        insert = 'INSERT INTO usage_records (' + ','.join(columns) + ',recorded_at) VALUES (' + placeholders + ')'

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 project-memory -- uvx project-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "project-memory": {
      "args": [
        "project-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.project-memory]
command = "uvx"
args = ["project-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "project-memory": {
      "args": [
        "project-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "project-memory": {
      "args": [
        "project-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Project Memory

same job, measured the same way
Project Status
by openlyuseful

Read-only project readiness, dependency, evidence, and bounded local activity views.

28 installs/wk local only
Charles Local MCP
by eason0in

Guarded local Charles Proxy automation and bounded XML session evidence

local only
Dijin Memory
by dijin

Dijin is a Memory Layer: recall notes, decisions, and evidence-backed answers across every AI.

answering
Linksee Memory
by michielinksee

Hand a project over with the reasons attached. Local-first cross-agent memory MCP + drift detection.

189 installs/wk local only
ContextDB Memory
by mikhailbovt

Local-first durable AI memory with policy-bound recall and a typed project graph.

local only
Ownly
by liuh886

Local-first Ownly evidence and repeatable Planner visits with preview-before-commit writes.

134 installs/wk local only
Titen Memory
by ramaaditya49

Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1

147 installs/wk local only
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

46 installs/wk local only

Project Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Project Memory?
Project Memory 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 pypi package project-memory-mcp.
How do I connect Project Memory?
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 project-memory-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Project Memory open source?
Yes — it is published under the MIT licence, written in Python and 0 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.