Tailscale Echo
Createdremyguercio
Demonstrates an identity-aware MCP server leveraging Tailscale Serve to access user information within a private Tailnet.
About
Tailscale Echo provides an example of how to create an identity-aware MCP server that runs securely within your private Tailscale network (Tailnet). By leveraging identity headers passed through `tailscale serve`, this project allows you to build MCP servers with access to the logged-in user's email and the capability to interact with internal APIs or services on their behalf.
Key Features
- Identity-aware MCP server example
- 0 GitHub stars
- Docker Compose setup for easy deployment
- Access to user's email via identity headers
- Integration with internal APIs and services
- Leverages Tailscale Serve for secure access
Use Cases
- Securely accessing internal APIs within a Tailnet
- Integrating user identity into MCP workflows
- Creating identity-aware MCP servers