#!/usr/bin/env bash
# shellcheck shell=bash
#!/bin/bash
# Simple script to run the Brandfetch MCP server
set -e
cd "$(dirname "$0")"
if [ ! -d ".venv" ]; then
echo "Error: Virtual environment not found."
echo "Run: uv venv && source .venv/bin/activate && uv pip install -e '.[dev]'"
exit 1
fi
if [ ! -f ".env" ]; then
echo "Error: .env file not found."
echo "Copy .env.example to .env and add your BRANDFETCH_API_KEY"
exit 1
fi
source .venv/bin/activate
exec python -m brandfetch_mcp.server
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/djmoore711/brandfetch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server