We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
skill-activation-prompt.sh•278 B
#!/usr/bin/env bash
set -e
cd "${CLAUDE_PROJECT_DIR}/.claude/hooks"
# Load API key from .env if available
if [ -f .env ]; then
set -a # automatically export variables
# shellcheck disable=SC1091
source .env
set +a
fi
cat | npx tsx skill-activation-prompt.ts