Logo
Explore Help
Register Sign In
spencerm/freshservice-claude
1
0
Fork 1
You've already forked freshservice-claude
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
61c0b39e0669e1c16ceda59796822b56d4510f25
freshservice-claude/mcp-server/Dockerfile

16 lines
310 B
Docker
Raw Normal View History

Add Freshservice MCP server for Cowork deployment Cowork runs the agent in an isolated VM, so the uploaded skill can't see host credentials or reach the Freshservice host. Add an HTTP/streamable MCP server (bearer-auth, Dockerfile, compose) to run as a container on the LAN box and connect via mcp-remote like the existing sharepoint-lists server. The skill remains the right tool for the non-sandboxed Claude Code CLI. Also gitignore mcp-server/.env and include the desktop skill install package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 18:41:02 -06:00
FROM python:3.12-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY server.py .
ENV MCP_TRANSPORT=http \
HOST=0.0.0.0 \
PORT=3838
EXPOSE 3838
# FRESHSERVICE_DOMAIN, FRESHSERVICE_API_KEY, MCP_AUTH_TOKEN supplied at runtime.
CMD ["python", "server.py"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 28ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API