Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP-LOGO-GEN
Claim
by
sshtunnelvision
GitHub
Image & Video Processing
Art & Culture
Python
GPL 3.0
159
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
MCP-LOGO-GEN
config
.cursor
downloads
routes
tools
Dockerfile
.gitignore
LICENSE
pyproject.toml
.python-version
README.md
requirements.txt
run_server.py
server.py
uv.lock
FROM python:3.10-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8000 CMD ["uv", "run", "server.py"]