---
title: "An easy, realistic model for MCP connectivity"
url: https://daily.dev/posts/an-easy-realistic-model-for-mcp-connectivity-prhbr6t6g
source_url: https://leebriggs.co.uk/blog/2025/06/08/secure-mcp-connectivity.html
type: article
source: "Lee Briggs"
published: 2025-06-09T15:57:18.132Z
updated: 2025-07-28T02:21:41.705Z
tags: ["ai", "mcp", "networking", "security", "tailscale"]
reading_time: 10
upvotes: 6
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# An easy, realistic model for MCP connectivity

**[Lee Briggs](https://daily.dev/sources/leebriggs)** · 10 min read · 6 upvotes · 1 comments

## Summary

The Model Context Protocol (MCP) has evolved rapidly from local stdio connections to remote HTTP servers, creating significant security vulnerabilities. The author demonstrates how Tailscale can provide a secure connectivity model for MCP servers by keeping them off the public internet while enabling remote access through private networks. The solution includes application-aware permissions using Tailscale's grants mechanism, allowing fine-grained control over which users can access specific MCP tools and resources. While this approach requires Go for server implementation and local client proxies, it offers a more secure alternative to exposing MCP servers publicly.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://leebriggs.co.uk/blog/2025/06/08/secure-mcp-connectivity.html>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#mcp](https://daily.dev/tags/mcp), [#networking](https://daily.dev/tags/networking), [#security](https://daily.dev/tags/security), [#tailscale](https://daily.dev/tags/tailscale)

[View this post on daily.dev](https://daily.dev/posts/an-easy-realistic-model-for-mcp-connectivity-prhbr6t6g)
