Skip to content
Cursor

genesys memory for Cursor

io.github.astrix-labs/genesys-memory

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

client:Cursor transport:stdio runtime:pypi

Install genesys memory 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": {
    "genesys-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "genesys-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GENESYS_EMBEDDER": "<GENESYS_EMBEDDER>"
      }
    }
  }
}

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

genesys memory in other clients