Skip to main content
Glama

Scrapybara MCP

by Scrapybara

bash

Execute bash commands on specified instances within the Scrapybara MCP server to manage and control virtual Ubuntu desktops efficiently.

Instructions

Run a bash command in a Scrapybara instance.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to run in the instance shell.
instance_idYesThe ID of the instance to run the command on.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to run in the instance shell.", "type": "string" }, "instance_id": { "description": "The ID of the instance to run the command on.", "type": "string" } }, "required": [ "instance_id", "command" ], "type": "object" }

Other Tools from Scrapybara MCP

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/Scrapybara/scrapybara-mcp'

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