#!/bin/bash
# Wrapper script for groq_agent_bridge.py
# Usage: groq "your prompt" [--options]
#
# Prerequisites:
# - GROQ_API_KEY environment variable must be set
# - Set it in your shell profile (e.g., .bashrc, .zshrc, .profile)
# - Example: export GROQ_API_KEY="your-api-key-here"
# Get the script directory
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Run groq_agent_bridge.py with uv and pass all arguments
# The Python script will check for GROQ_API_KEY and provide a clear error if missing
exec uv run python "$SCRIPT_DIR/groq_agent_bridge.py" "$@"
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/doobidoo/mcp-memory-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server