Commit 06848d1
feat(config): Add Docker MCP server integration for container management (#1618)
Fixes #1614
Adds Docker MCP server configuration to enable Docker container management
directly from Claude Code sessions.
The docker-mcp server provides:
- list-containers: List all Docker containers
- create-container: Create standalone containers
- deploy-compose: Deploy Docker Compose stacks
- get-logs: Retrieve container logs
This helps with debugging Neo4j Docker issues by allowing direct
container inspection and log retrieval without leaving the session.
Installation:
The MCP server is installed automatically via uvx when first used.
Usage:
After session start, Docker MCP tools become available:
- Use mcp__docker-mcp__list-containers to see containers
- Use mcp__docker-mcp__get-logs to retrieve logs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Ubuntu <azureuser@amplihack2.yb0a3bvkdghunmsjr4s3fnfhra.phxx.internal.cloudapp.net>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 67c4555 commit 06848d1
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments