Add Mnemolog
Add the MCP URL to your agent or client.
Agent connection
Your agent can search your conversations and keep durable memory. Mnemolog stores it; your assistant decides what to do with it.
OAuth-capable MCP clients open Mnemolog for approval. You sign in and approve access; there is no token to find or paste.
Add the MCP URL to your agent or client.
Sign in to Mnemolog when your client opens the approval page.
Tell the agent to search your vault or remember something.
{
"mcpServers": {
"mnemolog": {
"url": "https://mnemolog.com/api/mcp"
}
}
}
The full protocol supports more, but these cover the useful first loop.
conversation.search
Find relevant conversations in the approved owner's private vault.
conversation.read
Read one source conversation after search identifies it.
memory.upsert
Save a durable private note, preference, decision, or project state.
Private owner data is available only after owner approval. Self-serve anonymous agents remain isolated from personal vaults.