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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 1 mo ago | this 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 rampartsTo 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-stdiotime · 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"]
}
}
}