Skip to main content
Glama

Brandfetch MCP Server

by djmoore711
Dockerfile341 B
FROM python:3.11-slim WORKDIR /app # Copy project files COPY pyproject.toml . COPY src/ ./src/ # Install dependencies RUN pip install --no-cache-dir mcp[cli] httpx python-dotenv # Copy environment file (should be mounted as volume in production) COPY .env.example .env # Run the MCP server CMD ["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