Skip to content
Claude Desktop

OMEM for Claude Desktop

io.github.troybrandonc-bit/omem

Memory for AI agents that tracks beliefs over time and surfaces contradictions

client:Claude Desktop transport:stdio runtime:pypi

Install OMEM in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omem": {
      "command": "uvx",
      "args": [
        "omem-infrastructure"
      ],
      "env": {
        "OMEM_API_KEY": "<OMEM_API_KEY>",
        "OMEM_PROJECT": "<OMEM_PROJECT>",
        "OMEM_BASE_URL": "<OMEM_BASE_URL>",
        "OMEM_AGENT": "<OMEM_AGENT>",
        "OMEM_USER": "<OMEM_USER>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

OMEM in other clients