Skip to main content
Glama

OPS MCP Server

by Heht571
__init__.py1.24 kB
"""工具函数包""" # 从各个模块导入所有工具函数 from .system_tools import ( get_memory_info, remote_server_inspection, get_system_load, monitor_processes, check_service_status, get_os_details ) from .security_tools import ( check_ssh_risk_logins, check_firewall_config, security_vulnerability_scan, backup_critical_files ) from .network_tools import ( inspect_network, analyze_logs ) from .docker_tools import ( list_docker_containers, list_docker_images, list_docker_volumes, get_container_logs, monitor_container_stats, check_docker_health ) from .utils import list_available_tools # 导出所有工具函数 __all__ = [ 'get_memory_info', 'remote_server_inspection', 'get_system_load', 'monitor_processes', 'check_service_status', 'get_os_details', 'check_ssh_risk_logins', 'check_firewall_config', 'security_vulnerability_scan', 'backup_critical_files', 'inspect_network', 'analyze_logs', 'list_docker_containers', 'list_docker_images', 'list_docker_volumes', 'get_container_logs', 'monitor_container_stats', 'check_docker_health', 'list_available_tools' ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heht571/ops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server