docs (MCP Server)

GitHub

Documentation for Docker Official Images in docker-library

5,285 stars Shell MCP Ready Full Docs Skills View Markdown #hacktoberfest

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "docs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-docs"
      ]
    }
  }
}