Skip to content
Cursor

loci for Cursor

io.github.3m1ry33t/loci

Scoped memory for coding agents: picks the right project, answers in scope, or abstains.

client:Cursor transport:stdio runtime:pypi

Install loci in Cursor

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

{
  "mcpServers": {
    "loci": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loci-mem"
      ]
    }
  }
}

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

loci in other clients