You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Docker MCP Server
2
2
3
-
This module provides a implementation of a Model Context Protocol MCP server for Docker commands using the [`mcp_mediator`](https://github.com/makbn/mcp_mediator) core framework. Docker MCP Servr uses the MCP Mediator automactic MCP Server generation feature to generate MCP Tools for the existing Docker commands using `@McpTool` and minimal description.
3
+
This module provides an implementation of a **Model Context Protocol** MCP server for Docker commands, powered by the [`mcp_mediator`](https://github.com/makbn/mcp_mediator) core framework.
4
+
The Docker MCP Server utilizes the **automatic server generation** feature of MCP Mediator to expose existing Docker commands as MCP Tools.
5
+
Each command is optionally annotated with `@McpTool` along with a minimal description to enhance tool discoverability and usability.
4
6
5
-
Check all the supported commands [here](#supported-docker-commands-as-mcp-server-tools).
7
+
👉 See the full list of supported commands [here](#supported-docker-commands-as-mcp-server-tools).
0 commit comments