We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zxh2010/defeatbeta-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/usr/bin/env bash
set -e
DIR="$(cd "$(dirname "$0")" && pwd)"
source "$DIR/../.venv/bin/activate"
export PYTHONPATH="$DIR/src:$PYTHONPATH"
exec python -m defeatbeta_mcp