Skip to main content
Glama

Firefly

Official
by gofireflyio
Dockerfile372 B
FROM node:20-alpine # Set the working directory in the container WORKDIR /app # Install the Firefly MCP package globally # This prevents npx from downloading it on each run RUN npm install -g @fireflyai/firefly-mcp # Expose the port the application will run on EXPOSE 6001 # Command to run the installed application CMD ["firefly-mcp", "--hosting", "--port", "6001"]

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/gofireflyio/firefly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server