Skip to content
VS Code

loci for VS Code

io.github.ivenkoolab/loci

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

client:VS Code transport:stdio runtime:pypi

Install loci in VS Code

.vscode/mcp.json

{
  "servers": {
    "loci": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loci-rag"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

loci in other clients