Agent connection

Connect an agent to your vault.

Your agent can search your conversations and keep durable memory. Mnemolog stores it; your assistant decides what to do with it.

https://mnemolog.com/api/mcp
Checking service

Three steps.

OAuth-capable MCP clients open Mnemolog for approval. You sign in and approve access; there is no token to find or paste.

Step 1

Add Mnemolog

Add the MCP URL to your agent or client.

Step 2

Approve access

Sign in to Mnemolog when your client opens the approval page.

Step 3

Ask naturally

Tell the agent to search your vault or remember something.

Generic MCP config
{
  "mcpServers": {
    "mnemolog": {
      "url": "https://mnemolog.com/api/mcp"
    }
  }
}

Start with three tools.

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.

Durable memory. Your assistant brings the judgment.

Private owner data is available only after owner approval. Self-serve anonymous agents remain isolated from personal vaults.