Skip to main content
Glama

Fibery MCP Server

Official
by Fibery-inc
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim WORKDIR /app # Copy project files COPY pyproject.toml ./ COPY README.md ./ COPY src/ ./src/ # Install dependencies and the package itself RUN pip install --upgrade pip \ && pip install --ignore-installed . # Expose a port if needed, though MCP runs over stdio by default ENTRYPOINT ["fibery-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/Fibery-inc/fibery-mcp-server'

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