MCP Catalogs
Home

ramparts vs time

Side-by-side comparison to help you pick between these two MCP servers.

ramparts
by highflame-ai
time
by modelcontextprotocol
Stars★ 86★ 85,748
30d uses
Score4777
Official
Categories
SecurityDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit1 mo agothis month

ramparts · Summary

Ramparts is a security scanner for MCP servers that detects vulnerabilities and attack vectors in tool configurations.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

ramparts · Use cases

  • Security audits of MCP servers before deployment
  • Continuous monitoring in CI/CD pipelines
  • Validating third-party MCP servers before integration

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

ramparts · Install

cargo install ramparts

To scan an MCP server:

ramparts scan https://api.githubcopilot.com/mcp/ --auth-headers "Authorization: Bearer $TOKEN"

To run as an MCP server (stdio):

ramparts mcp-stdio

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.