Skip to content
VS Code

Locus for VS Code

io.github.sylphxai/locus

Locus — the exact code chunk for the job: local BM25 search for agents.

client:VS Code transport:stdio runtime:npm

Install Locus in VS Code

.vscode/mcp.json

{
  "servers": {
    "locus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/locus"
      ]
    }
  }
}

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

Locus in other clients