Skip to content
VS Code

lenspr for VS Code

io.github.kyrylopr/lenspr

Stop vibecoding blind. Code graph so your AI stops breaking things across your codebase.

client:VS Code transport:stdio runtime:pypi

Install lenspr in VS Code

.vscode/mcp.json

{
  "servers": {
    "lenspr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lenspr"
      ]
    }
  }
}

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

lenspr in other clients