Skip to content
Cursor

OMEM for Cursor

io.github.troybrandonc-bit/omem

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

client:Cursor transport:stdio runtime:pypi

Install OMEM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "omem": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OMEM in other clients