Skip to content
Cursor

lenspr for Cursor

io.github.kyrylopr/lenspr

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

client:Cursor transport:stdio runtime:pypi

Install lenspr in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

lenspr in other clients