MCP Catalogs
Home

OCTALUME vs time

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

OCTALUME
by Harery
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3777
Official
Categories
Developer ToolsAI / LLM ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

OCTALUME · Summary

AI-native SDLC framework with 8-phase gates, compliance scanners, and MCP integration for regulated industries.

time · Summary

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

OCTALUME · Use cases

  • Healthcare and HealthTech development with HIPAA compliance automation
  • FinTech/Banking applications with PCI DSS and SOX compliance tracking
  • Government and defense projects with FedRAMP/NIST 800-53 requirements

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

OCTALUME · Install

# Install from PyPI
pip install octalume

# Initialize a project
octalume init my-app --compliance hipaa soc2

# Run a specific phase
octalume start 1

Configure Claude Code to use OCTALUME's MCP server:

{
  "mcpServers": {
    "octalume": {
      "command": "python",
      "args": ["-m", "octalume.mcp.server"]
    }
  }
}

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.