We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-golan/mcp-bash-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run•276 B
#!/usr/bin/env bash
set -euo pipefail
# Get the directory of this script
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)"
# Execute the main runner with this example's ID
exec "${REPO_ROOT}/examples/run" "advanced/ffmpeg-studio"