Skip to main content
Glama
maratsal

Falcosidekick UI MCP Server

by maratsal
Dockerfile447 B
FROM python:3.11-slim AS runtime ENV PYTHONUNBUFFERED=1 \ PIP_NO_CACHE_DIR=1 \ PORT=8080 WORKDIR /app RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && \ rm -rf /var/lib/apt/lists/* COPY requirements.txt . RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt COPY falco_mcp_server.py ./falco_mcp_server.py EXPOSE 8080 CMD ["python", "/app/falco_mcp_server.py"]

Latest Blog Posts

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/maratsal/falco-mcp'

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