Skip to main content
Glama

Vulnerable MCP Server

by evrenyal
Dockerfile355 B
FROM python:3.10-slim RUN apt-get update && apt-get install -y \ build-essential \ curl \ git \ net-tools \ iproute2 \ && rm -rf /var/lib/apt/lists/* WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD ["sh", "-c", "uvicorn mcpserver:app --host 0.0.0.0 --port ${MCP_PORT:-3333}"]

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/evrenyal/mcpsecurity'

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