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>
This commit is contained in:
2026-06-16 18:41:02 -06:00
parent b66d72881d
commit 133b8fa569
8 changed files with 470 additions and 0 deletions

4
mcp-server/.env.example Normal file
View File

@@ -0,0 +1,4 @@
FRESHSERVICE_DOMAIN=pesco
FRESHSERVICE_API_KEY=your_freshservice_api_key
# Shared bearer token the Claude Desktop client must send. Generate: openssl rand -hex 32
MCP_AUTH_TOKEN=replace_with_a_long_random_token