Skip to content
Cursor

sslwebsites for Cursor

io.github.jyswee/sslwebsites

SSL certificate management for coding agents. Issue, renew, monitor certs. 10 tools stdio.

client:Cursor transport:stdio runtime:npm

Install sslwebsites in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sslwebsites": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sslwebsites"
      ],
      "env": {
        "SSL_API_KEY": "<SSL_API_KEY>"
      }
    }
  }
}

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

sslwebsites in other clients