MCP Catalogs
Home

GreenboneMCP vs time

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

GreenboneMCP
by matteocolazilli
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3577
Official
Categories
SecurityDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

GreenboneMCP · Summary

MCP server connecting AI to Greenbone/OpenVAS vulnerability management via GMP.

time · Summary

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

GreenboneMCP · Use cases

  • AI-assisted vulnerability scanning management
  • Automated security report analysis
  • Comparing scan results across different vulnerability assessments

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

GreenboneMCP · Install

Installation

  1. Clone the repository:
git clone https://github.com/matteocolazilli/GreenboneMCP.git
cd GreenboneMCP
  1. Build the MCP image:
docker build -t greenbonemcp:latest .
  1. Create .env configuration:
cp .env.example .env

Edit .env with your credentials and settings.

  1. Run the server:
docker run --rm -i --env-file <path-to-your-env-file> --name greenbonemcp --volume greenbone-community-edition_gvmd_socket_vol:/run/gvmd greenbonemcp:latest

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "greenbone": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "--env-file", "/path/to/.env", "--volume", "greenbone-community-edition_gvmd_socket_vol:/run/gvmd", "greenbonemcp:latest"]
    }
  }
}

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.