Skip to main content
Glama
containers.ts534 B
export const containerTools = new Map([ [ 'manage_containers', { name: 'manage_containers', description: 'Manage Docker containers', inputSchema: { type: 'object', properties: { action: { type: 'string', enum: ['list', 'start', 'stop', 'logs'] }, container: { type: 'string', description: 'Container name or ID' } }, required: ['action'] }, async execute(args: any) { return `Container ${args.action} executed`; } } ] ]);

Latest Blog Posts

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/Rajawatrajat/mcp-software-engineer'

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