MCP Catalogs
Home

bluerock vs time

Side-by-side comparison to help you pick between these two MCP servers.

bluerock
by bluerock-io
time
by modelcontextprotocol
Stars★ 29★ 85,748
30d uses
Score4477
Official
Categories
SecurityDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

bluerock · Summary

BlueRock provides runtime visibility for Python MCP servers with zero code changes, monitoring tool calls, sessions, imports and subprocess execution as structured NDJSON.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

bluerock · Use cases

  • Security monitoring for MCP servers in production environments
  • Audit tool usage and resource access patterns in AI applications
  • Detect suspicious module imports or subprocess execution in Python MCP servers

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

bluerock · Install

# Install from PyPI
pip install bluerock[oss]

# Create configuration
echo '{"enable": true, "mcp": true}' > ~/.bluerock/bluerock-oss.json

# Run your Python script with BlueRock
python -m bluepython --oss your_script.py

For Claude Desktop integration, add to claude_desktop_config.json:

{
  "mcpServers": {
    "bluerock": {
      "command": "python",
      "args": ["-m", "bluepython", "--oss"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.