HomeSearch & Research › marm-memory

marm-memory

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

Python
★ 402 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.52.0)

uvx marm-mcp-server

Or add to your MCP client config:

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

Package (oci)

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

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry