dockertest

GitHub

Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dockertest": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dockertest"
      ]
    }
  }
}