Skip to main content
Glama

Google Search MCP Server

by jspv
automate_gateway.sh431 B
#!/usr/bin/env bash set -euo pipefail # Deprecated shim: forward to canonical script in deploy_aws_agentcore_auth0/ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" TARGET="$SCRIPT_DIR/../deploy_aws_agentcore_auth0/deploy_gateway.sh" if [[ ! -x "$TARGET" ]]; then echo "ERROR: Canonical script not found at $TARGET" >&2 exit 1 fi echo "[DEPRECATED] Use deploy_aws_agentcore_auth0/deploy_gateway.sh instead." >&2 exec "$TARGET" "$@"

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/jspv/google_search_mcp'

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