Skip to main content
Glama

GitHub PR Issue Analyser

by saidsef
Dockerfile721 B
FROM docker.io/python:3.12-alpine LABEL org.opencontainers.image.description="MCP for GitHub PR, Issues, Tags and Releases" LABEL org.opencontainers.image.authors="Said Sef" LABEL org.opencontainers.image.documentation="https://github.com/saidsef/mcp-github-pr-issue-analyser/blob/main/README.md" LABEL org.opencontainers.image.source="https://github.com/saidsef/mcp-github-pr-issue-analyser.git" LABEL org.opencontainers.image.licenses="Apache License, Version 2.0" ARG PORT=8081 ENV MCP_ENABLE_REMOTE="true" ENV PORT=${PORT} WORKDIR /app COPY pyproject.toml requirements.txt /app/ COPY src src RUN pip install -r requirements.txt RUN uv sync EXPOSE ${PORT}/tcp CMD ["uv", "run", "mcp-github-pr-issue-analyser"]

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/saidsef/mcp-github-pr-issue-analyser'

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