ssl cert mcp for Grok
io.github.mrfentmen/ssl-cert-mcp
Inspect TLS certificates of a host: issuer, expiry, and SAN. No key required.
client:Grok
transport:stdio
runtime:npm
Install ssl cert mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ssl-cert-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ssl-cert-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs