Odel
project memory mcp

project memory mcp

Local
@kaaustubh1JavaScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kaaustubh/project-memory-mcpv1.6.0

Run

npx -y @kaaustubh/project-memory-mcp

MCP client config

{
  "mcpServers": {
    "project-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaaustubh/project-memory-mcp"
      ]
    }
  }
}