Skip to main content
Glama

Docker MCP Server

docker_info

Retrieve Docker system information, version details, container statistics, or disk usage data to monitor and manage Docker environments.

Instructions

Get Docker system information and statistics

Input Schema

NameRequiredDescriptionDefault
typeYesType of information to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "type": { "description": "Type of information to retrieve", "enum": [ "info", "version", "stats", "disk_usage" ], "type": "string" } }, "required": [ "type" ], "type": "object" }

Other Tools from Docker MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/TauqeerAhmad5201/docker-mcp-extension'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server