Skip to main content
Glama

Code MCP Server

by block

docker_system

Manage and monitor Docker systems with actions like info, version, events, disk usage, and pruning. Supports operations on volumes and resources via the Code MCP Server.

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