Guide-For-Connection-between-EKS-and-MCP-Server
Verified Safeby youngjoven
Overview
A tutorial and guide for establishing network connectivity between an AWS EKS cluster and an external MCP server, primarily using Nginx as a proxy.
Installation
No command providedSecurity Notes
The repository contains standard Kubernetes YAML manifests for deploying Nginx, which are inherently safe. There are no obvious 'eval' functions, obfuscation, or direct network vulnerabilities in the provided code. Network risks would primarily arise from user-specific configurations of Nginx or the EKS cluster, not from the base manifests.
Similar Servers
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
sample-serverless-mcp-servers
Implements a sample stateful MCP (Model Context Protocol) server with echo functionality, deployable on AWS ECS Fargate using Python.
k8s-mcp-server
Interacting with Kubernetes clusters and Helm releases through a standardized Model Context Protocol (MCP) interface.
guidance-for-deploying-model-context-protocol-servers-on-aws
Deploy secure, OAuth 2.0 authenticated Model Context Protocol (MCP) servers on AWS using CDK.