Skip to main content
Glama

Linux Bash MCP Server

by gunjanjp

create_bash_script

Generate and save a bash script file at a specified path with custom content, and optionally make it executable using the Linux Bash MCP Server.

Instructions

Create a bash script file with specified content

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the bash script
executableNoMake the script executable (optional, defaults to true)
scriptPathYesPath where to create the script file

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the bash script", "type": "string" }, "executable": { "default": true, "description": "Make the script executable (optional, defaults to true)", "type": "boolean" }, "scriptPath": { "description": "Path where to create the script file", "type": "string" } }, "required": [ "scriptPath", "content" ], "type": "object" }
Install Server

Other Tools from Linux Bash MCP Server

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/gunjanjp/linuxshell-mcp'

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