Odel
memory pulse

memory pulse

Local
@t-crewJavaScriptMITUpdated 4 days ago

Causal project memory for agents - corrections surface first; the ledger is a local file you own.

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

npmmemory-pulsev0.5.1

Run

npx -y memory-pulse

MCP client config

{
  "mcpServers": {
    "memory-pulse": {
      "command": "npx",
      "args": [
        "-y",
        "memory-pulse"
      ]
    }
  }
}