Documentation

MCP server

MCP server

Skip HTTP entirely. The Mnemix MCP server gives any MCP-compatible agent (Claude and others) native memory tools — lookup, save, search, and enrich — without writing a single fetch call.

Configure

Add Mnemix to your MCP client config:

{
  "mcpServers": {
    "mnemix": {
      "command": "npx",
      "args": ["@mnemix-ai/mcp-server"],
      "env": {
        "MNEMIX_API_KEY": "sk_live_..."
      }
    }
  }
}

What your agent gets

| Tool | What it does | | --- | --- | | lookup_contact | Who am I talking to? Profile + memory for a phone number. | | save_interaction | Record what happened in this conversation. | | search_contacts | Find contacts by name, company, phone, or email. | | get_contact_history | Review past interactions with a contact. | | enrich_contact | Trigger re-enrichment from real-world sources. | | update_contact | Update contact details. |

Remote MCP

Prefer a hosted connection? Point your client at the remote MCP endpoint instead:

https://mcp.mnemix.ai/mcp

Authenticate with the same API key. Same tools, no local process.