Skip to content
Tiatra, LLCTiatra, LLC
Tiatra, LLC
Information Technology Solutions for Washington, DC Government Agencies
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact
 
  • Home
  • About Us
  • Services
    • IT Engineering and Support
    • Software Development
    • Information Assurance and Testing
    • Project and Program Management
  • Clients & Partners
  • Careers
  • News
  • Contact

AWS, 서버리스 MCP 서버 공개··· ‘에이전트 기반 앱 개발 지원’

AWS가 AI 기반 코딩 에이전트를 활용하는 ‘서버리스 MCP 서버(Serverless MCP Server)‘를 공개했다. AWS에 따르면 해당 솔루션은 기업이 수동 개입을 최소화한 상태에서 관리형 애플리케이션을 더 빠르게 개발할 수 있도록 지원하기 위해 설계됐다.

AWS는 서버리스 MCP 서버가 아마존 Q, 클라인(Cline), 커서(Cursor) 같은 AI 코딩 어시스턴트에게 서버리스 아키텍처에 대한 지식, 템플릿, 패턴, 모범 사례를 제공한다고 설명했다. 이 지식은 AWS의 서버 관리 없이 애플리케이션을 실행할 수 있는 서비스인 람다(Lambda)를 기반으로 한다.

AWS는 블로그를 통해 “서버리스 MCP 서버는 지능형 동반자처럼 작동해 초기 설계부터 배포에 이르기까지 전체 애플리케이션 개발 수명 주기에 걸쳐 개발자를 안내하고 각 단계에서 상황에 맞는 지원을 제공한다”라고 설명했다.

MCP(Model Context Protocol)는 앤트로픽(Anthropic)이 개발한 개방형 프로토콜로, 애플리케이션 내 AI 에이전트가 외부 도구와 데이터에 접근해 클라이언트-서버 메커니즘으로 사용자 요청을 처리할 수 있도록 한다. 여기서 클라이언트는 AI 에이전트 또는 에이전트 인터페이스이며, 서버는 도구와 데이터를 제공한다.

서버리스 MCP 서버는 웹 기반 애플리케이션 개발을 위한 지원도 포함된다. AWS는 MCP 서버가 백엔드, 프론트엔드, 풀스택 애플리케이션뿐 아니라 사용자 지정 도메인 설정에 대한 전문화된 지원도 제공할 예정이라고 덧붙였다.

람다 툴 서버(Lambda Tool Server)와의 차이점

서버리스 MCP 서버는 개발자가 에이전트를 통해 람다 함수를 활용하도록 지원하는 기존의 람다 툴 서버와는 구분된다.

람다 툴 서버는 기본적으로 대규모 언어 모델(LLM)이 코드 변경 없이 MCP 도구로서 기존 람다 함수와 직접 상호작용할 수 있도록 지원하며, MCP 클라이언트와 람다 함수 사이의 브릿지 역할을 수행한다.

반면 서버리스 MCP 서버는 더 다양한 애플리케이션 개발 또는 워크플로우 유지 보수에 활용 가능하다. 기존 람다 툴 서버와 보완적으로 결합해 사용할 수도 있다.

AWS는 서버리스 MCP 서버가 서버리스 애플리케이션 수명주기 관리, 웹 애플리케이션 개발 및 배포 외에도 특정 런타임과 사용례에 람다를 언제 사용할지, 애플리케이션 배포에 어떤 코드형 인프라 도구를 사용해야 하는지에 대한 지침도 제공할 수 있다고 설명했다.

서버리스 MCP 서버의 작동 방식

개발자는 MCP 클라이언트를 통해 AI 코딩 어시스턴트를 선택하고 새로운 AWS 서버리스 MCP 서버에 접근할 수 있다. 이는 깃허브(GitHub) 또는 PyPi(Python Package Index)에서 다운로드할 수 있다.

서버 설치 후에는 MCP 클라이언트 설정에 코드를 삽입해 AWS 프로필을 구성해야 한다.

이후 개발자는 AI 어시스턴트를 통해 서버리스 애플리케이션의 설계, 테스트, 배포 및 문제 해결에 대한 안내를 받을 수 있다. 어시스턴트는 요청된 작업에 따라 서버 내 도구를 호출해 정보를 제공하거나 작업을 실행한다.

애플리케이션 개발 및 배포를 위한 MCP 도구의 예로는 sam_init_tool, sam_build_tool, sam_deploy_tool, sam_local_invoke_tool, deployment_help_tool, deploy_serverless_app_help_tool 등이 있다.

AWS는 기업이 애플리케이션을 구축할 때 AI 기반 아키텍처 결정 안내 기능을 먼저 활용하고, 개발 프로세스 전반에 걸쳐 이 안내 도구를 통해 모범 사례에 따라 정보에 입각한 결정을 내릴 것을 권장했다.

AWS는 MCP에서 흔히 발생하는 보안 문제도 해결한다고 설명했다. AWS는 “기본적으로 MCP 서버는 읽기 전용 모드에서 작동하며, 변형을 일으키지 않는 작업만 허용한다. 또한 클라우드워치(CloudWatch) 로그 접근도 기본적으로 제한돼 있어, AI 어시스턴트가 운영 데이터를 노출하는 일을 방지할 수 있다”라고 밝혔다.

다만 개발자는 보안 기본값을 선택적으로 재정의할 수 있다. ‘allow-write’ 플래그를 사용해 배포나 업데이트 등 변경 작업을 허용할 수 있으며, ‘allow-sensitive-data-access’ 플래그를 설정하면 클라우드워치 로그 접근을 허용해 디버깅이나 문제 해결 작업에 활용할 수도 있다.
dl-ciokorea@foundryco.com


Read More from This Article: AWS, 서버리스 MCP 서버 공개··· ‘에이전트 기반 앱 개발 지원’
Source: News

Category: NewsJune 2, 2025
Tags: art

Post navigation

PreviousPrevious post:경영난 겪은 마리아DB, 핀란드 기업 코더십 인수 발표NextNext post:“문화 우선 접근이 성공의 비결” 에이버리 데니슨의 AI 혁신 전략

Related posts

Workday’s new dev tools help enterprises connect with external agents
June 5, 2025
Why runtime security is the key to cloud protection
June 5, 2025
Autonomous and credentialed: AI agents are the next cloud risk
June 5, 2025
How AI is helping PwC clients comply with European Union sustainability regulations
June 5, 2025
Behind the cloud reset: What CIOs are learning from real world deployments
June 5, 2025
The ROI of AI: Why impact > hype
June 5, 2025
Recent Posts
  • Workday’s new dev tools help enterprises connect with external agents
  • Why runtime security is the key to cloud protection
  • Autonomous and credentialed: AI agents are the next cloud risk
  • How AI is helping PwC clients comply with European Union sustainability regulations
  • Behind the cloud reset: What CIOs are learning from real world deployments
Recent Comments
    Archives
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • January 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • August 2022
    • July 2022
    • June 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • August 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • December 2017
    • November 2017
    • October 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • January 2017
    Categories
    • News
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Tiatra LLC.

    Tiatra, LLC, based in the Washington, DC metropolitan area, proudly serves federal government agencies, organizations that work with the government and other commercial businesses and organizations. Tiatra specializes in a broad range of information technology (IT) development and management services incorporating solid engineering, attention to client needs, and meeting or exceeding any security parameters required. Our small yet innovative company is structured with a full complement of the necessary technical experts, working with hands-on management, to provide a high level of service and competitive pricing for your systems and engineering requirements.

    Find us on:

    FacebookTwitterLinkedin

    Submitclear

    Tiatra, LLC
    Copyright 2016. All rights reserved.