Skip to main content
Glama

Code MCP Server

by block

docker_volumes

Perform actions on Docker volumes, including listing, creating, removing, inspecting, or pruning, within the Code MCP Server environment for efficient container management.

Instructions

Manage Docker volumes

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on volumes
driverNoVolume driver
filterNoFilter results
forceNoForce operation
volumeNoVolume name

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform on volumes", "enum": [ "list", "create", "remove", "inspect", "prune" ], "type": "string" }, "driver": { "description": "Volume driver", "type": "string" }, "filter": { "description": "Filter results", "type": "string" }, "force": { "description": "Force operation", "type": "boolean" }, "volume": { "description": "Volume name", "type": "string" } }, "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