Atlantis MCP Server

AI-assisted development tools for the 63Klabs Atlantis DevOps Templates and Scripts Platform. Discover, validate, and utilize CloudFormation templates, starter code, and documentation.

The Atlantis MCP Server is Currently in BETA, with a limit of 50 requests per IP per hour. Usage resets on the hour. Registered users receive increased rate limits.

The 63Klabs Atlantis DevOps Templates and Scripts Platform provides Ready-to-Deploy-and-Run Infrastructure as Code (IaC) and Continuous Integration/Continuous Deployment/Delivery (CI/CD) pipelines to easily manage serverless using AWS native CloudFormation templates, SAM Configurations, AWS APIs, and security and monitoring best practices.

Adding the Atlantis MCP server to your AI environment will accelerate your Atlantis experience.

I need to start a new project that provides an api written in node using Atlantis

Let me search for available Node.js API starters in Atlantis.

list_starters Completed

There are two Node.js API starters available in Atlantis:

  1. 00-basic-apigw-lambda-nodejs — Basic API Gateway + Lambda (Node.js)
    • Simple starter with API Gateway, Lambda, CloudWatch Logs & Alarms
    • No external dependencies
    • Good for a straightforward API
  2. 02-apigw-lambda-cache-data-nodejs — API Gateway + Lambda with cache-data (Node.js)
    • More full-featured: includes X-Ray Tracing, Lambda Insights, CloudWatch Dashboard, OpenAPI Spec
    • Uses @63klabs/cache-data for DynamoDB/S3/SSM caching
    • Includes Jest testing setup
    • Better for production-grade APIs with data layer needs

Which one fits your use case? If you're just getting started or building something lightweight, the basic starter (#00) is the way to go. If you need data caching, observability, and a more complete setup, go with #02.

Let me know which one you'd like and I'll pull the details and help you scaffold it.