mcp-certificate-monitor
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-certificate-monitorCheck the SSL certificate for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Certificate Monitor
Monitor SSL/TLS certificate expiry across your domains by asking Claude — no dashboards, no command-line tools.
Prerequisites
uv installed
Claude Desktop installed
Related MCP server: AynOps
Setup
1. Add the server to your Claude Desktop config
Open the Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following:
{
"mcpServers": {
"cert-monitor": {
"command": "uvx",
"args": ["mcp-certificate-monitor"]
}
}
}uvx downloads and runs the package automatically — no cloning or installation step needed.
2. Restart Claude Desktop
After saving the config file, restart Claude Desktop. The server starts automatically when Claude needs it.
3. Verify the connection
Open a new conversation in Claude Desktop and ask:
What certificate monitoring tools do you have available?
Claude should describe the tools exposed by this server (check certificate, add host, scan all, etc.).
Alternative: run from source
If you prefer to run from a local clone:
git clone https://github.com/natesilva/mcp-certificate-monitor
cd mcp-certificate-monitorThen use this config instead:
{
"mcpServers": {
"cert-monitor": {
"command": "uv",
"args": ["run", "mcp-certificate-monitor"],
"cwd": "/path/to/mcp-certificate-monitor"
}
}
}Documentation
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/natesilva/mcp-certificate-monitor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server