|
Hello Reader, Most engineers are using MCP clients and agents. But very few know how to build and host an MCP server, let alone run it remotely on the cloud. In today's edition, we will learn how to create and run a remote MCP server on Kubernetes, on Amazon EKS! I will share the code repo as well, so you can try this out yourself. But first.. 🔧 What is an MCP Server really?It’s not just an API that performs a task. An MCP Server is a protocol-compliant endpoint (defined by Anthropic) that allows any MCP client to:
Everything flows through a
Because it’s standardized, any agent or MCP client can call it without custom wiring. Sample methods and specifications below: 🧱 High Level Flow for Remote MCP Server
Detailed walkthrough of code with demo: Code repo: https://github.com/saha-rajdeep/Remote-MCP-Server 🧱 Local vs Remote: Big DifferenceShould you run MCP server on your laptop or remotely? Below are the considerations
🧠 Interview ReadyIf someone asks you: “How would you implement and host an MCP server on AWS?” Don’t just say “run it in Lambda or EKS.” Explain the MCP spec:
Then walk them through your deployment strategy (Docker, ECR, EKS, Load Balancer) and security posture. That alone can set you apart from 90% of other candidates. If you have found this newsletter helpful, and want to support me 🙏: Checkout my bestselling courses on AWS, System Design, Kubernetes, DevOps, and more: Max discounted links
Keep learning and keep rocking 🚀, Raj |
Free Cloud Interview Guide to crush your next interview. Plus, real-world answers for cloud interviews, and system design from a top AWS Solutions Architect.
Hello Reader, Almost every cloud and Gen AI interview right now includes this question. And almost every candidate gets it wrong. Not because they don't know Gen AI. But because they know too many terms and connect none of them. Let's fix that today. Question: What is an AI Agent? Common but average answer - "An agent can perform complex tasks without a prompt." Why is this average? It doesn't explain the superpower of an AI agent. It doesn't show how agents are different from a simple...
Hello Reader, Everyone's building AI agents. If you've been following our newsletters, on MCP, on agent memory, on getting hired, you know that agents are the next evolution. They connect to your tools, they take actions on your behalf, and they're moving from demos into production faster than most organizations are ready for. But the question almost nobody is asking: who is securing the AI itself and how? To answer that, we welcome Adam Bluhm, Principal AI Architect @HiddenLayer (Ex-AWS)....
Hello Reader, Agents are everywhere. But there’s a big difference between using an agent and building one end-to-end. Let's face it - if you tell a recruiter that you played with Claude or ChatGPT, or even created a workflow using n8n, that won't impress them. Because when a company hires you, it expects you to know how to build agent using the infrastructure components. With that in mind, let's turn our attention to how to build an agent. Good Agent Let's take a look at building a good...