Claude Code's MCP config can silently orphan Docker containers
futuresearch.aiSo, is there a way of somehow cleaning up those docker containers, e.g. when uv version is not available?
You can add a hook to your Claude Code settings to find and stop Docker containers. But it's risky since it might stop containers being used by another CC session.
Another option is to manually clean up Docker containers periodically, for instance by searching for all containers using a particular image:
docker ps --filter ancestor=crystaldba/postgres-mcp