ACNet-AI/devops-mcp-server
If you are the rightful owner of devops-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The DevOps MCP Server enables universal DevOps automation through natural language conversation, allowing users to deploy, monitor, and manage applications with AI assistants.
Tools
Functions exposed to the LLM to take actions
docker_compose_up
Start services using Docker Compose.
docker_compose_down
Stop and remove services using Docker Compose.
docker_compose_logs
View logs for services managed by Docker Compose.
docker_compose_ps
List the status of services managed by Docker Compose.
docker_compose_restart
Restart services using Docker Compose.
docker_ps
List all running Docker containers.
docker_logs
View logs for a specific Docker container.
docker_start
Start a specific Docker container.
docker_stop
Stop a specific Docker container.
docker_restart
Restart a specific Docker container.
docker_inspect
Get detailed information about a Docker container.
docker_stats
View resource usage statistics for Docker containers.
check_service_status
Check if a specific service is running.
get_system_info
Retrieve system information such as memory, disk, and CPU usage.
list_ports_in_use
List all ports currently in use on the system.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client