Skip to main content
Glama

Code MCP Server

by block

docker_system

Perform and manage Docker system operations like info retrieval, version checks, event monitoring, disk usage analysis, and resource pruning using a structured API. Integrates with Code MCP Server for automated workflows.

Instructions

Docker system operations and information

Input Schema

NameRequiredDescriptionDefault
actionYesSystem action to perform
allNoApply to all resources (for prune)
forceNoForce operation without confirmation
volumesNoInclude volumes in operation

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "System action to perform", "enum": [ "info", "version", "events", "df", "prune" ], "type": "string" }, "all": { "description": "Apply to all resources (for prune)", "type": "boolean" }, "force": { "description": "Force operation without confirmation", "type": "boolean" }, "volumes": { "description": "Include volumes in operation", "type": "boolean" } }, "required": [ "action" ], "type": "object" }

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/block/vscode-mcp'

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