AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT-0 Self-run

Kiro For Cloud Engineering

mcp-nirmal84-kiro-for-cloud-engineering · by nirmal84

Kiro starter kit for Cloud Platform & SRE teams — steering files, guardrails, skills, and MCP server config

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add mcp-nirmal84-kiro-for-cloud-engineering

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-nirmal84-kiro-for-cloud-engineering)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Kiro For Cloud Engineering? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Kiro for Cloud Platform & SRE Teams

A practical guide and starter kit for Cloud Platform Engineers and SREs to get productive with Kiro — AWS's AI-powered IDE — for day-to-day infrastructure and operations work.

🌐 Live Interactive Guide →

What this repo gives you

| Section | What's inside | |---|---| | [Getting Started](./getting-started/) | Step-by-step setup from fresh Kiro install to first AI-assisted deployment | | [Steering Files](./steering/) | Ready-to-use steering templates for CloudFormation, platform guardrails, SRE runbooks | | [Guardrails](./guardrails/) | Central guardrails for AWS account access, deployment gates, IAM boundaries | | [MCP Servers](./mcp-servers/) | Recommended MCP servers and configuration for AWS-native workflows | | [Skills](./skills/) | Reusable Kiro skills for CFN linting, cost estimation, incident response | | [Examples](./examples/) | Worked examples using all of the above together |

Who this is for

  • Cloud Platform Engineers building and maintaining AWS account vending, networking, and shared services
  • SREs managing production systems, on-call runbooks, and reliability automation
  • DevOps/IaC engineers writing CloudFormation, CDK, or Terraform day-to-day

Core concept: how Kiro accelerates cloud work

Your repo
  └── .kiro/
        ├── steering/          ← Tell Kiro how YOUR org does things
        │     ├── aws-standards.md
        │     ├── cfn-patterns.md
        │     └── tagging-policy.md
        ├── hooks/             ← Automate on file save, pre-commit, etc.
        └── settings.json      ← MCP servers, skills, preferences

Steering files are the multiplier. They encode your org's standards once, then every engineer using Kiro gets those standards applied automatically — no copy-paste, no code review reminders.

Quick start (5 minutes)

# 1. Clone this repo
git clone  kiro-cloud-starter
cd kiro-cloud-starter

# 2. Copy the .kiro config into your infrastructure repo
cp -r .kiro /path/to/your/infra-repo/

# 3. Open your infra repo in Kiro
# File > Open Folder > /path/to/your/infra-repo

# 4. Kiro auto-loads steering files from .kiro/steering/
# Start chatting: "Generate a VPC with 3-tier subnets for prod"

Recommended learning path

  1. [01 - Install Kiro and open your first project](./getting-started/01-install-and-setup.md)
  2. [02 - Understand steering files](./getting-started/02-steering-files-guide.md)
  3. [03 - Set up CloudFormation steering](./getting-started/03-cloudformation-steering.md)
  4. [04 - Configure MCP servers](./getting-started/04-mcp-servers-setup.md)
  5. [05 - Build central guardrails](./getting-started/05-central-guardrails.md)
  6. [06 - Create your first skill](./getting-started/06-skills-guide.md)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.