Skip to content

Commit afc1705

Browse files
committed
fix: update Dockerfile.mcp for Glama deployment and add Glama badge
Update CMD to use cyntrisec entrypoint instead of python -m, and switch to uv pip install to match the Glama build environment. Add Glama MCP server badge to README.
1 parent e51d7c0 commit afc1705

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Dockerfile.mcp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
33
GLAMA_VERSION="1.0.0"
44
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git && curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y --no-install-recommends nodejs && npm install -g mcp-proxy@6.2.0 pnpm@10.14.0 && node --version && curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR="/usr/local/bin" sh && uv python install 3.11 --default --preview && ln -s $(uv python find) /usr/local/bin/python && python --version && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
55
WORKDIR /app
6-
RUN git clone https://github.com/cyntrisec/cyntrisec-cli . && git checkout dd7cce0f6296da1280eb3b4770f361f08d05e555
7-
RUN python -m pip install --break-system-packages .
6+
RUN git clone https://github.com/cyntrisec/cyntrisec-cli . && git checkout e51d7c06209e2124051ff272a68b6ab640d238dd
7+
RUN uv pip install --system --break-system-packages .
88
RUN useradd -m -s /bin/bash appuser
99
USER appuser
10-
CMD ["mcp-proxy","python","-m","cyntrisec","serve"]
10+
CMD ["mcp-proxy","cyntrisec","serve"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
<!-- mcp-name: io.github.cyntrisec/cyntrisec -->
1111

12+
<a href="https://glama.ai/mcp/servers/@tsyrulb/cyntrisec">
13+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@tsyrulb/cyntrisec/badge" />
14+
</a>
15+
1216
![image-download](https://github.com/user-attachments/assets/83a8b7d2-23c8-4e6e-a471-2e6a0a6f93e7)
1317

1418
> [!CAUTION]

0 commit comments

Comments
 (0)