time vs rigour
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | rigour by rigour-labs | |
|---|---|---|
| Stars | ★ 85,748 | ★ 20 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rigour · Summary
Rigour is an AI coding agent security system that detects secrets, structural issues, and AI drift through MCP tools.
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
rigour · Use cases
- Security scanning for AI code generation to prevent hardcoded secrets
- Real-time governance dashboard for AI coding sessions in IDEs
- Self-healing code analysis that provides fix instructions directly to AI agents
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"]
}
}
}rigour · Install
Install via npm:
npm install -g @rigour-labs/mcpAdd to Claude Desktop:
{ "mcpServers": { "rigour": { "command": "npx", "args": ["-y", "@rigour-labs/mcp"] } } }Quick scan command:
npx rigour-scan