aguara vs time
Side-by-side comparison to help you pick between these two MCP servers.
aguara by garagon | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 77 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
aguara · Summary
Security scanner for AI agent skills and MCP servers that detects prompt injection, data exfiltration, and supply-chain attacks before deployment.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aguara · Use cases
- Scan MCP server directories for security vulnerabilities before deployment
- Validate AI agent skills for prompt injection and data exfiltration risks
- Integrate security scanning into CI/CD pipelines with fail-on thresholds
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
aguara · Install
Install Aguara with the following methods:
# Quick install
curl -fsSL https://raw.githubusercontent.com/garagon/aguara/main/install.sh | sh
# Homebrew
brew install garagon/tap/aguara
# Docker
# Scan current directory
docker run --rm -v "$(pwd)":/scan ghcr.io/garagon/aguara scan /scan
# From source
go install github.com/garagon/aguara/cmd/aguara@latestTo use Aguara MCP server (referenced in the README but not fully specified):
Note: MCP server configuration appears to be through Aguara's scanning capabilities rather than exposing MCP tools/resources itself.
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"]
}
}
}