Odel
marm memory

marm memory

Local
@lyellr88347PythonApache-2.0Updated 4 days ago

Universal MCP Server with advanced AI memory capabilities and semantic search.

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

PyPImarm-mcp-serverv2.47.0

Run

uvx marm-mcp-server

MCP client config

{
  "mcpServers": {
    "marm-memory": {
      "command": "uvx",
      "args": [
        "marm-mcp-server"
      ]
    }
  }
}
Dockerlyellr88/marm-mcp-server:2.47.0

Run

docker run -i --rm lyellr88/marm-mcp-server:2.47.0

MCP client config

{
  "mcpServers": {
    "marm-memory": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "lyellr88/marm-mcp-server:2.47.0"
      ]
    }
  }
}