Skip to content

Commit af50c0c

Browse files
committed
Add Smithery CLI installation instructions and badge
1 parent fb0d41e commit af50c0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6+
[![smithery badge](https://smithery.ai/badge/docker-mcp)](https://smithery.ai/protocol/docker-mcp)
67

78
A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
89

@@ -45,6 +46,14 @@ To try this in Claude Desktop app, add this to your claude config files:
4546
}
4647
```
4748

49+
### Installing via Smithery
50+
51+
To install Docker MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/docker-mcp):
52+
53+
```bash
54+
npx @smithery/cli install docker-mcp --client claude
55+
```
56+
4857
### Prerequisites
4958

5059
- UV (package manager)

0 commit comments

Comments
 (0)