HomeKnowledge & Memory › project-memory-mcp

project-memory-mcp

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

TypeScript Local
★ 1 stars Last pushed 2026-09-09 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.6.0)

npx -y @kaaustubh/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "project-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaaustubh/[email protected]"
      ],
      "env": {
        "PROJECT_MEMORY_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROJECT_MEMORY_ROOT — Absolute path to the folder that holds your projects (the memory root). Defaults to the parent of the script if unset, so set it when running via npx.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry