Skip to main content
Glama

Flyworks MCP

Official
by Flyworks-AI
Dockerfile405 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # syntax=docker/dockerfile:1 FROM python:3.11-slim # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml . COPY src ./src # Install dependencies and package RUN pip install --no-cache-dir . # Expose if needed (MCP uses stdio) # Default command to start the MCP server CMD ["flyworks-mcp"]

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/Flyworks-AI/flyworks-mcp'

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