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.
-
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).
-
Add the server
Add a
mnementry using the snippet from Mnem's Connections panel (AnythingLLM → Manual setup). -
Restart AnythingLLM
Restart so the agent loads the new server.
-
Verify
Start an
@agentsession 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.