Docs · Connectors

Use Mnem with AnythingLLM

Pair AnythingLLM's workspaces with a personal memory: agents can recall your history and save new facts through Mnem.

What you get

  • Memory tools available to AnythingLLM agents
  • Personal, cross-app memory alongside your workspace documents
  • Everything local — a natural fit for AnythingLLM's local-first setups

Connect

Manual setup — a pasted snippet and about a minute.

  1. Open AnythingLLM's MCP settings

    In AnythingLLM, open settings and find Agent Skills / MCP servers (or edit the MCP servers file in its storage directory).

  2. Add the server

    Add a mnem entry using the snippet from Mnem's Connections panel (AnythingLLM → Manual setup).

  3. Restart AnythingLLM

    Restart so the agent loads the new server.

  4. Verify

    Start an @agent session and confirm the memory tools are available.

Manual configuration

The Connections panel shows the exact JSON with the correct path for your install.

{
  "mcpServers": {
    "mnem": {
      "command": "/Applications/Mnem.app/Contents/MacOS/mnem-mcp"
    }
  }
}

Troubleshooting

MCP tools run in agent (@agent) sessions, not plain chat. If the tools are missing, check the MCP servers file for JSON errors and restart the app.

← All connectors  ·  Get Mnem