#!/usr/bin/env bash
# MCP Database CLI wrapper
# Get the directory where this script is located (follow symlinks)
SCRIPT_DIR="$( cd "$( dirname "$(readlink -f "${BASH_SOURCE[0]}")" )" &> /dev/null && pwd )"
# Execute the Python script with the virtual environment
"$SCRIPT_DIR/venv/bin/python" "$SCRIPT_DIR/main.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/renanlido/custom-mcp-database'
If you have feedback or need assistance with the MCP directory API, please join our Discord server