Skip to main content
Glama

Brandfetch MCP Server

by djmoore711
.gitignoreβ€’1.2 kB
# Environment .env .env.* .env.local cleanup-quarantine/ # Python __pycache__/ *.py[cod] *$py.class *.pyo *.pyd *.so # Build / packaging build/ dist/ *.egg *.egg-info/ wheels/ parts/ sdist/ develop-eggs/ eggs/ # Virtualenvs .venv/ venv/ <<<<<<< HEAD env/ ENV/ # Testing / coverage / caches .pytest_cache/ .coverage htmlcov/ dmypy.json .mypy_cache/ .ruff_cache/ .tox/ # Databases *.db brand_api_usage.db # Logs and temp *.log *.tmp *~ *.bak *.swp *.swo # IDEs / editors .vscode/ .idea/ .installed.cfg .windsurf/ # JetBrains caches *.iml # OS .DS_Store Thumbs.db # Misc uv.lock lib/ lib64/ downloads/ var/ # Optional / common additions .ipynb_checkpoints/ .python-version # Allow the example env template to be tracked !/.env.example .shellcheckrc .snyk # Editors and IDEs .vscode/ .idea/ *.suo *.ntvs* *.njsproj *.sln *.sw? # macOS .DS_Store # Python development .mypy_cache/ .pytype/ .ruff_cache/ # Test and coverage artifacts htmlcov/ .coverage.* .coverage *.cover *.py,cover # Jupyter .ipynb_checkpoints/ # Build artifacts __pypackages__/ # Documentation _build/ ======= wheels/ brand_api_usage.db >>>>>>> 16e599a (chore: add Windsurf config; ignore local brand_api_usage.db)

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