Skip to main content
Glama

ProAlpha MCP Server

by NinjaEde
Dockerfile388 B
FROM python:3.13-alpine WORKDIR /app # Systemabhängige Pakete (Alpine: build-base statt build-essential) RUN apk add --no-cache build-base # Installiere Abhängigkeiten COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Kopiere den Rest des Codes COPY . . # Standard-Entrypoint (kann durch docker-compose überschrieben werden) CMD ["python", "-m", "app"]

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/NinjaEde/mcp-proalpha'

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