MCP.so
登录

MCP Server Docker

@milgelren

关于 MCP Server Docker

MCP Server for Docker

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

milgelren

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "mcp-server-docker"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server Docker?

MCP Server Docker is a Model Context Protocol server that connects to a local Docker daemon, enabling MCP-compatible clients like Claude Desktop to interact with Docker. It automatically detects and uses the current Docker environment with no additional configuration.

How to use MCP Server Docker?

Configure the server in your MCP client's settings (e.g., Claude Desktop) by specifying npx mcp-server-docker as the command. After adding the entry, the server automatically connects to your running Docker daemon. You must have Docker installed and the daemon running on your machine.

Key features of MCP Server Docker

  • Connects to a local Docker daemon automatically.
  • Minimal setup using a single npx command.
  • Works with any MCP-compatible client.
  • Requires only a running Docker installation.

Use cases of MCP Server Docker

FAQ from MCP Server Docker

评论

云与基础设施 分类下的更多 MCP 服务器