Odel
PPM

PPM

Local
@drqedwards15PythonMITUpdated 5 days ago

PMLL Memory MCP — persistent KV context memory and Q-promise deduplication.

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).

npmpmll-memory-mcpv0.1.1

Run

npx -y pmll-memory-mcp

MCP client config

{
  "mcpServers": {
    "ppm": {
      "command": "npx",
      "args": [
        "-y",
        "pmll-memory-mcp"
      ]
    }
  }
}