#!/usr/bin/env bash
# setup.sh - Simple setup script for mcp-github-repo-creator
set -e
if [ ! -f requirements.txt ]; then
echo "requirements.txt not found!"
exit 1
fi
echo "Delegating setup to setup.py..."
python3 setup.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/flickleafy/mcp-github-repo-creator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server