This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and automatic scaling.
uv
(Universal Virtualenv):curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate # On Unix/macOS
## or
.venv\Scripts\activate # On Windows
uv pip install -r requirements.txt
.env
file in the root directoryFAL_KEY=your_fal_ai_key_here
Start the server with:
python run_server.py
The server will be available at http://127.0.0.1:7777
If you encounter a FileNotFoundError
on Windows when running the server, make sure you’re running the command from the root directory of the project. If the issue persists, try updating to the latest version of the repository which includes fixes for Windows compatibility.
For Windows users specifically:
.venv\Scripts\activate
python run_server.py
http://127.0.0.1:7777/sse
SSE
@logo-creation.mdc
in your Cursor Composer for consistent results@logo-creation.mdc
but tools can be used independentlydownloads
directoryIf you find this tool helpful, you can buy me a coffee ☕️ to support development!
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.
GraphQL Schema Model Context Protocol Server
macOS defaults - Model Context Protocol server
Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension