mcp-gateway vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-gateway by hyprmcp | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 92 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-gateway · Summary
An enterprise-grade MCP gateway with OAuth authentication, prompt analytics, and firewall capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-gateway · Use cases
- Securing MCP servers in enterprise environments with OAuth authentication
- Implementing single sign-on (SSO) for MCP tool access
- Monitoring and analyzing MCP prompt usage across an organization
- Building enterprise-grade MCP infrastructure with authentication and analytics
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
mcp-gateway · Install
Installation
The Hypr MCP Gateway can be installed as a standalone service:
- Clone the repository:
git clone https://github.com/hyprmcp/mcp-gateway.git - Build the binary:
cd mcp-gateway && go build - Run the gateway:
./mcp-gateway
Claude Desktop Configuration
Add to your Claude Desktop configuration:
"mcpServers": {
"hypr-gateway": {
"command": "go",
"args": ["run", "/path/to/mcp-gateway"]
}
}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"]
}
}
}