D
Docker
Official Docker MCP Toolkit for discovering, configuring, and running containerized MCP servers through Docker Desktop and the Docker MCP gateway.
Share:
About
Official Docker MCP Toolkit for discovering, configuring, and running containerized MCP servers through Docker Desktop and the Docker MCP gateway.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Docker.
- What is the Docker MCP Toolkit?
- The Docker MCP Toolkit facilitates the discovery, configuration, and execution of containerized MCP servers. It integrates with Docker Desktop and the Docker MCP gateway to streamline development workflows.
- How do I install the Docker MCP Toolkit?
- Installation involves integrating with Docker Desktop and utilizing the Docker MCP gateway. Specific installation steps will be provided within your MCP client (e.g., Claude Desktop, Cursor, or Cline) when configuring the toolkit.
- Does the Docker MCP Toolkit require authentication?
- No, the Docker MCP Toolkit does not require an API key, OAuth, or any other credentials for its operation. It uses a 'none' authentication type for direct access to its features.
- What are the core capabilities of this Docker MCP?
- This MCP's core capabilities include managing containerized MCP servers within the Docker ecosystem. It provides functionalities for server discovery, configuration, and runtime execution, leveraging Docker's containerization strengths.
- Are there any prerequisites for using the Docker MCP Toolkit?
- A key prerequisite for using the Docker MCP Toolkit is a functional installation of Docker Desktop. It also relies on the Docker MCP gateway for its operational framework.
Install Docker
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-docker"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-docker"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"docker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-docker"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.