Lawiak/docker-mcp-raspi
If you are the rightful owner of docker-mcp-raspi and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This package provides a comprehensive setup for deploying a Docker MCP server on Raspberry Pi systems, enabling remote Docker management through natural language interfaces like Claude Desktop.
Tools
Functions exposed to the LLM to take actions
docker_container_create
Create new containers
docker_container_run
Run containers with options
docker_container_start
Start stopped containers
docker_container_stop
Stop running containers
docker_container_logs
View container logs
docker_container_remove
Remove containers
docker_container_list
List all containers
docker_image_list
List Docker images
docker_image_pull
Pull images from registry
docker_image_push
Push images to registry
docker_image_build
Build images from Dockerfile
docker_image_remove
Remove images
docker_network_list
List Docker networks
docker_network_create
Create networks
docker_network_remove
Remove networks
docker_volume_list
List volumes
docker_volume_create
Create volumes
docker_volume_remove
Remove volumes
docker_compose_up
Start multi-container applications
docker_compose_down
Stop multi-container applications
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client