Skip to content
Cursor

lucent for Cursor

io.github.beepboop2025/lucent

Call-scoped Clear Signing presentation checks for EVM signing agents.

client:Cursor transport:stdio runtime:oci

Install lucent in Cursor

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

{
  "mcpServers": {
    "lucent": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/beepboop2025/lucent-mcp:v0.2.1"
      ]
    }
  }
}

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

lucent in other clients