HomeKnowledge & Memory › MCP AutoMem

MCP AutoMem

Graph-vector memory for AI assistants using FalkorDB and Qdrant

TypeScript Remote
★ 65 stars Last pushed 2026-09-22 License: MIT

Connect

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

Remote (streamable-http)

https://{endpoint}/mcp

Claude Code:

claude mcp add --transport http mcp-automem https://{endpoint}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-automem": {
      "url": "https://{endpoint}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer token for authentication (optional if using URL-based auth with ?api_token=...)

Remote (sse)

https://{endpoint}/mcp/sse

Claude Code:

claude mcp add --transport sse mcp-automem https://{endpoint}/mcp/sse --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-automem": {
      "url": "https://{endpoint}/mcp/sse",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer token for authentication (optional if using URL-based auth with ?api_token=...)

Package (npm 0.10.0)

npx -y @verygoodplugins/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-automem": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry