Skip to content
Cursor

genome for Cursor

io.github.northtekdevs/genome

Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.

client:Cursor transport:stdio runtime:pypi

Install genome in Cursor

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

{
  "mcpServers": {
    "genome": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}

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

genome in other clients