Skip to main content
Glama

orgo_bash

Execute bash commands on virtual computers for file operations, package installation, script execution, and system state checking through the Orgo MCP Server.

Instructions

Execute a bash command on the computer.

Useful for file operations, installing packages, running scripts,
checking system state, etc.

Args:
    params (BashInput): Input containing:
        - computer_id (str): Computer ID
        - command (str): Bash command to run

Returns:
    str: Command output (stdout and stderr combined)

Examples:
    - "Run ls -la" -> params with command="ls -la"
    - "Install requests" -> params with command="pip install requests"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

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/nickvasilescu/orgo-mcp'

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