Skip to content
VS Code

anylens for VS Code

io.github.slowper/anylens

Turn videos, PDFs, screenshots, and articles into anchored, cached understanding for agents.

client:VS Code transport:stdio runtime:npm

Install anylens in VS Code

.vscode/mcp.json

{
  "servers": {
    "anylens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "anylens"
      ]
    }
  }
}

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

anylens in other clients