ssl cert mcp for Zed
io.github.mrfentmen/ssl-cert-mcp
Inspect TLS certificates of a host: issuer, expiry, and SAN. No key required.
client:Zed
transport:stdio
runtime:npm
Install ssl cert mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ssl-cert-mcp": {
"command": "npx",
"args": [
"-y",
"ssl-cert-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs