Skip to main content
Glama

MalwareAnalyzerMCP

shell_command

Execute terminal commands with a customizable timeout for malware analysis. Commands run in the background if they exceed the timeout, ensuring uninterrupted processing of analysis tasks.

Instructions

Execute a command in the terminal with timeout. Command will continue running in background if it doesn't complete within timeout.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to execute in the terminal
timeout_msNoOptional timeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to execute in the terminal", "minLength": 1, "type": "string" }, "timeout_ms": { "description": "Optional timeout in milliseconds (default: 30000)", "type": "number" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from MalwareAnalyzerMCP

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/abdessamad-elamrani/MalwareAnalyzerMCP'

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