Odel
neural memory

neural memory

Local
@nhadaututtheky240PythonMITUpdated 3w ago

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

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

npmneural-memory-mcpv4.27.2

Run

npx -y neural-memory-mcp

MCP client config

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