Skip to content
Cursor

loci for Cursor

io.github.ivenkoolab/loci

Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.

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-rag"
      ]
    }
  }
}

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

loci in other clients