Skip to main content
Glama

microsandbox

by microsandbox
msi350 B
#!/bin/sh # MSB-ALIAS: msi # Alias for 'msb install' # Find the directory where this script is located SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" # Assuming msb is in the same directory as this script if [ -x "$SCRIPT_DIR/msb" ]; then MSB_PATH="$SCRIPT_DIR/msb" else # Otherwise, rely on PATH MSB_PATH="msb" fi exec "$MSB_PATH" install "$@"

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/microsandbox/microsandbox'

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