Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dockertest": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dockertest"
]
}
}
}