Skip to main content
Glama

EPSS MCP Server

by jgamblin
Dockerfile412 B
# Use an official Python runtime as a parent image FROM python:3.13 # Set the working directory in the container WORKDIR /app # Copy the current directory contents into the container COPY . /app # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Expose the port mcpo will use EXPOSE 8000 # Run the MCP server using mcpo CMD ["mcpo", "--port", "8000", "--", "python3", "epss_mcp.py"]

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/jgamblin/EPSS-MCP'

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