Skip to content
Cursor

mcp gera lens for Cursor

io.github.geraservicesuk/mcp-gera-lens

GeraLens MCP (placeholder) — ambient camera-activated service discovery. Launching 2026-2027.

client:Cursor transport:stdio runtime:npm

Install mcp gera lens in Cursor

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

{
  "mcpServers": {
    "mcp-gera-lens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-lens"
      ]
    }
  }
}

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

mcp gera lens in other clients