Odel
memori mcp

memori mcp

Local
@memorilabs2JavaScriptMITUpdated 2mo ago

Memori MCP server — persistent AI memory with recall and augmentation tools

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@memorilabs/memori-mcpv1.0.0

Run

npx -y @memorilabs/memori-mcp

MCP client config

{
  "mcpServers": {
    "memori-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@memorilabs/memori-mcp"
      ]
    }
  }
}