#!/bin/sh
# MSB-ALIAS: msx
# Alias for 'msb exe'
# 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" exe "$@"
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