mcp-jfrog vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-jfrog by jfrog | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 118 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraSecurity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-jfrog · Summary
Experimental MCP server for JFrog platform API providing repository management, build tracking, and security scanning capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-jfrog · Use cases
- Automate repository management tasks in CI/CD pipelines
- Monitor and analyze build artifacts for security vulnerabilities
- Integrate JFrog platform capabilities with AI assistants
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-jfrog · Install
Installation
Via Smithery
npx -y @smithery/cli install @jfrog/mcp-jfrog --client claudeManual Setup
- Install dependencies:
npm install - Configure environment variables:
- JFROG_ACCESS_TOKEN: Your JFrog access token - JFROG_URL: Base URL for your JFrog platform
- For Claude Desktop, add to
claude_desktop_config.json:
{
"mcpServers": {
"jfrog": {
"command": "node",
"args": ["/path/to/mcp-jfrog/dist/index.js"],
"env": {
"JFROG_ACCESS_TOKEN": "your_token",
"JFROG_URL": "https://your-jfrog-instance.com"
}
}
}
}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"]
}
}
}