Skip to main content
Glama
runnerβ€’326 B
#!/usr/bin/env bash set -euo pipefail ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" if ! command -v bun >/dev/null 2>&1; then echo "[runner] bun is required but was not found on PATH." >&2 echo "[runner] Install Bun from https://bun.sh and retry." >&2 exit 1 fi exec bun "$ROOT_DIR/scripts/runner.ts" "$@"

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/steipete/Peekaboo'

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