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
{
"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