SCGIS-Wales/dcert
A Rust CLI and MCP server for X.509 certificate analysis, format conversion, and key verification. Reads certificates from PEM files or HTTPS endpoints. Validates TLS connections, checks revocation status, converts between PFX and PEM formats and integrates with AI-powered IDEs via the Model Context Protocol (MCP) and Vault.
Platform-specific configuration:
{
"mcpServers": {
"dcert": {
"command": "npx",
"args": [
"-y",
"dcert"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...