All apps · 0 apps
tailscale-mcp
Docker app from louij2's Repository
Overview
Readme
View on GitHubtailscale-mcp
Tailscale MCP server — layers the
tailscale-mcp-server
npm package onto docker-mcp's
base.
Build
docker build -t tailscale-mcp:latest .
(builds FROM louij2/docker-mcp:latest, published from
docker-mcp — build that one first
if you're rebuilding the family from scratch rather than pulling it)
Run
Needs a Tailscale API key/OAuth client passed at container-start time via a bind-mounted secret file, never baked into the image or a plain env var. See docker-mcp's README for the shared stdio-to-HTTP bridge pattern this and its siblings use.
Install tailscale-mcp on Unraid in a few clicks.
Find tailscale-mcp in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
louij2/tailscale-mcp:latestRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--memory=512m --cpus=0.5
Template configuration
HTTP port supergateway serves the bridged MCP endpoint on.
- Target
- 8097
- Default
- 8097
- Value
- 8097
Read-only bind mount to a file containing your Tailscale API key (never put the key directly in a Variable).
- Target
- /run/secrets/key
- Value
- /mnt/user/appdata/tailscale-mcp/tailscale-api-key
Your tailnet name, e.g. your-org.ts.net or an email for a personal tailnet.