Service Dependency Mapper
Analyze Docker containers, trace connections, and document dependencies
Example Prompt
Map out all the service dependencies in our Docker environment and document how they connect
About
Inspects running Docker containers and their configurations to map out inter-service dependencies. Traces network connections and environment variable references to build a comprehensive dependency graph, then documents the architecture for the team.
Workflow Steps
List all running Docker containers with their names, images, and network configuration
π¦ List ContainersInspect container logs and environment variables to identify service-to-service connections
π Container LogsAnalyze the collected data to build a dependency graph and identify critical paths
π§ Structured ReasoningWrite the dependency map documentation to a file
βοΈ Write FileShare the dependency map summary with the infrastructure team on Slack
π¨ Send MessageTools Used
Container Logs
Retrieve log output from a running or stopped Docker container
List Containers
List running and stopped Docker containers with status, ports, and image info
Write File
Write or overwrite a file at a specified path with the given content
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Docker
Manage containers, images, volumes, and networks via the Docker daemon
Filesystem
Read, search, and manage files on the local filesystem
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions