freshcrate
Skin:/
Home > MCP Servers > nx-plugin-for-aws

nx-plugin-for-aws

The @aws/nx-plugin is a collection of code generators that automate the creation and configuration of cloud-native applications using AWS, TypeScript, Python and React within the Nx development ecosys

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

The @aws/nx-plugin is a collection of code generators that automate the creation and configuration of cloud-native applications using AWS, TypeScript, Python and React within the Nx development ecosystem.

README

Nx Plugin for AWS

Build full-stack AWS apps in minutes

Apache 2.0 License Release badge Commit activity

@aws/nx-plugin is a collection of code generators that scaffold full-stack, production-ready AWS applications inside an Nx monorepo. Every generator produces best-practice application code and the infrastructure to deploy it — type-safe, locally runnable, and ready to deploy.

Quick Start

Build with AI

Add the MCP server to your AI assistant and let it build for you.

claude mcp add nx-plugin-for-aws -- npx -y @aws/nx-plugin-mcp
Kiro

Install the Kiro Power for the best experience — no manual MCP configuration needed:

  1. Open the Kiro Powers panel from the sidebar
  2. Click + to add a custom power
  3. Paste: https://github.com/awslabs/nx-plugin-for-aws/tree/main/powers/nx-plugin-for-aws
  4. Click install

Or add the MCP server manually in .kiro/mcp.json:

{
  "mcpServers": {
    "nx-plugin-for-aws": {
      "command": "npx",
      "args": ["-y", "@aws/nx-plugin-mcp"]
    }
  }
}
Claude Code
claude mcp add nx-plugin-for-aws -- npx -y @aws/nx-plugin-mcp
Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "nx-plugin-for-aws": {
      "command": "npx",
      "args": ["-y", "@aws/nx-plugin-mcp"]
    }
  }
}
Codex

Add to ~/.codex/config.toml:

[mcp_servers.nx-plugin-for-aws]
command = "npx"
args = ["-y", "@aws/nx-plugin-mcp"]
Other assistants

Most MCP-compatible assistants use a JSON configuration file. Add the following entry:

{
  "mcpServers": {
    "nx-plugin-for-aws": {
      "command": "npx",
      "args": ["-y", "@aws/nx-plugin-mcp"]
    }
  }
}

Then just ask:

"Use the Nx Plugin for AWS to build a full-stack app with a React website, a tRPC API, Cognito auth, and CDK infrastructure."

Your AI assistant will use the MCP tools to scaffold, connect, and configure everything. See the Building with AI guide for more details.

Build with the CLI

Create a workspace and start adding components — zero configuration required:

# Create a new workspace
pnpm create @aws/nx-workspace my-project
cd my-project

# Add a tRPC API
pnpm nx g @aws/nx-plugin:ts#trpc-api

# Add a Strands AI agent (Python)
pnpm nx g @aws/nx-plugin:py#strands-agent

# Add a React website
pnpm nx g @aws/nx-plugin:ts#react-website

# Add authentication to your website
pnpm nx g @aws/nx-plugin:ts#react-website#auth

# Connect your website to your API and agent
pnpm nx g @aws/nx-plugin:connection

# Add CDK infrastructure to deploy it all (or choose Terraform)
pnpm nx g @aws/nx-plugin:ts#infra

See the full Quick Start guide and Dungeon Adventure tutorial for a deeper walkthrough.

Available Generators

Generator Description
ts#project TypeScript library
ts#trpc-api tRPC API with API Gateway + Lambda + Powertools
ts#react-website React app (Vite)
ts#react-website#auth Add Cognito auth to a React website
ts#infra AWS CDK infrastructure project
ts#lambda-function TypeScript Lambda with type-safe event sources
ts#mcp-server MCP server (TypeScript)
ts#strands-agent Strands Agent (TypeScript)
ts#nx-generator Nx generator scaffold
py#project Python project (uv)
py#fast-api FastAPI with API Gateway + Lambda + Powertools
py#lambda-function Python Lambda with type-safe event sources
py#mcp-server MCP server (Python)
py#strands-agent Strands Agent (Python)
connection Connect projects together (e.g. frontend to API)
terraform#project Terraform project
license Manage LICENSE files and source headers

Community

Join us on Slack in the #nx-plugin-for-aws channel to ask questions, share feedback, and connect with other users and contributors.

Contributing

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

Code of Conduct

This project has adopted a Code of Conduct that we expect project participants to adhere to. Please read the Code of Conduct so that you can understand what actions will and will not be tolerated.

License

@aws/nx-plugin is Apache 2.0 licensed.

Release History

VersionChangesUrgencyDate
v0.122.0## 0.122.0 (2026-06-03) ### 🚀 Features - update dependencies ([#756](https://github.com/awslabs/nx-plugin-for-aws/pull/756)) ### 🩹 Fixes - **release:** use npm_config_tag env var for dist-tag control ([#752](https://github.com/awslabs/nx-plugin-for-aws/pull/752)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh6/3/2026
v0.118.0## 0.118.0 (2026-05-27) ### 🚀 Features - **ts#agent:** add AG-UI protocol support using @ag-ui/aws-strands ([#701](https://github.com/awslabs/nx-plugin-for-aws/pull/701)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh5/27/2026
v0.115.1## 0.115.1 (2026-05-20) ### 🩹 Fixes - **ts#react-website:** re-enable pointer events on CopilotKit chat input ([#678](https://github.com/awslabs/nx-plugin-for-aws/pull/678)) - **ts#react-website:** import fromCognitoIdentityPool from cognito-identity package ([#680](https://github.com/awslabs/nx-plugin-for-aws/pull/680)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh5/20/2026
v0.114.0## 0.114.0 (2026-05-14) ### 🚀 Features - **connection:** support connecting trpc/smithy/agent/mcp-server to rdb ([#661](https://github.com/awslabs/nx-plugin-for-aws/pull/661)) ### â¤ī¸ Thank You - Alex ToHigh5/14/2026
v0.111.0## 0.111.0 (2026-05-08) ### 🚀 Features - **py#project:** add ty typecheck target ([#642](https://github.com/awslabs/nx-plugin-for-aws/pull/642), [#2247](https://github.com/awslabs/nx-plugin-for-aws/issues/2247)) ### 🩹 Fixes - ensure generators are idempotent when updating dependsOn ([#650](https://github.com/awslabs/nx-plugin-for-aws/pull/650)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh5/8/2026
v0.108.0## 0.108.0 (2026-05-04) ### 🚀 Features - update dependencies, notably @strands-agents/sdk is now 1.0 ([#630](https://github.com/awslabs/nx-plugin-for-aws/pull/630)) - **nx-plugin-mcp:** filter generator guides by selected option values ([#616](https://github.com/awslabs/nx-plugin-for-aws/pull/616)) ### 🩹 Fixes - **preset:** default iacProvider so --no-interactive works without extra flags ([#632](https://github.com/awslabs/nx-plugin-for-aws/pull/632)) - **ts#react-website#auth:** retain smHigh5/4/2026
v0.106.0## 0.106.0 (2026-04-29) ### 🚀 Features - **nx-plugin-mcp:** support creating workspace in current directory ([#624](https://github.com/awslabs/nx-plugin-for-aws/pull/624)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/29/2026
v0.102.0## 0.102.0 (2026-04-23) ### 🚀 Features - **agent-core:** implements IConnectable for managing security group access ([#610](https://github.com/awslabs/nx-plugin-for-aws/pull/610)) ### â¤ī¸ Thank You - Alex ToHigh4/23/2026
v0.101.0## 0.101.0 (2026-04-21) ### 🚀 Features - **ts#astro-docs:** add generator for Astro + Starlight documentation sites ([#592](https://github.com/awslabs/nx-plugin-for-aws/pull/592), [#125](https://github.com/awslabs/nx-plugin-for-aws/issues/125), [#157](https://github.com/awslabs/nx-plugin-for-aws/issues/157)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/21/2026
v0.100.0## 0.100.0 (2026-04-21) ### 🚀 Features - simplify docker bundling for agentcore ([#571](https://github.com/awslabs/nx-plugin-for-aws/pull/571)) - **py#strands-agent:** add AG-UI protocol support with CopilotKit React connection ([#543](https://github.com/awslabs/nx-plugin-for-aws/pull/543), [#347](https://github.com/awslabs/nx-plugin-for-aws/issues/347), [#480](https://github.com/awslabs/nx-plugin-for-aws/issues/480)) ### 🩹 Fixes - **strands-agent:** grant bedrock model invoke permissions High4/21/2026
v0.99.1## 0.99.1 (2026-04-19) ### 🩹 Fixes - **ts#trpc-api:** fixed createMetricsPlugin to correctly report COLD_START ([#595](https://github.com/awslabs/nx-plugin-for-aws/pull/595)) ### â¤ī¸ Thank You - Alex ToHigh4/19/2026
v0.99.0## 0.99.0 (2026-04-19) ### 🚀 Features - **connection:** support connecting agents to a2a agents ([#585](https://github.com/awslabs/nx-plugin-for-aws/pull/585)) - **connection:** scope agent runtime ARNs to connected websites ([#591](https://github.com/awslabs/nx-plugin-for-aws/pull/591)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/19/2026
v0.98.0## 0.98.0 (2026-04-19) ### 🚀 Features - **ts#strands-agent,py#strands-agent:** add A2A protocol support ([#539](https://github.com/awslabs/nx-plugin-for-aws/pull/539)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/19/2026
v0.97.1## 0.97.1 (2026-04-18) ### 🩹 Fixes - **ts#react-website:** use Vite's native tsconfig paths resolution ([#582](https://github.com/awslabs/nx-plugin-for-aws/pull/582), [#581](https://github.com/awslabs/nx-plugin-for-aws/issues/581)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/18/2026
v0.97.0## 0.97.0 (2026-04-15) ### 🚀 Features - create workspaces with pnpm create @aws/nx-workspace ([#576](https://github.com/awslabs/nx-plugin-for-aws/pull/576)) - **mcp:** add standalone @aws/nx-plugin-mcp package ([#575](https://github.com/awslabs/nx-plugin-for-aws/pull/575)) - **mcp:** render enum options in MCP generator guide tool ([#578](https://github.com/awslabs/nx-plugin-for-aws/pull/578)) ### â¤ī¸ Thank You - 🚀 Jack - Jack Stevenson - nx-plugin-for-awsHigh4/15/2026
v0.96.0## 0.96.0 (2026-04-14) ### 🚀 Features - **terraform#project:** add deploy target as alias for apply ([#574](https://github.com/awslabs/nx-plugin-for-aws/pull/574)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/14/2026
v0.95.1## 0.95.1 (2026-04-14) ### 🩹 Fixes - **api:** ensure withDefaultOptions lambda environment does not override required env variables ([#570](https://github.com/awslabs/nx-plugin-for-aws/pull/570)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/14/2026
v0.95.0## 0.95.0 (2026-04-13) ### 🚀 Features - update dependencies ([#568](https://github.com/awslabs/nx-plugin-for-aws/pull/568)) ### â¤ī¸ Thank You - cogwirrel @cogwirrel - nx-plugin-for-awsHigh4/13/2026
v0.94.2## 0.94.2 (2026-04-10) ### 🩹 Fixes - **api:** fix compilation error with shared integration pattern ([#566](https://github.com/awslabs/nx-plugin-for-aws/pull/566)) ### â¤ī¸ Thank You - nx-plugin-for-awsHigh4/10/2026
v0.94.1## 0.94.1 (2026-04-09) ### 🩹 Fixes - **py#project:** update Python bundle platform targets to manylinux_2_28 ([#563](https://github.com/awslabs/nx-plugin-for-aws/pull/563)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium4/9/2026
v0.94.0## 0.94.0 (2026-04-08) ### 🚀 Features - upgrade to vite 8, and other dependency updates ([#548](https://github.com/awslabs/nx-plugin-for-aws/pull/548)) - **connection:** support for react -> py#strands-agent ([#554](https://github.com/awslabs/nx-plugin-for-aws/pull/554)) ### 🩹 Fixes - **e2e:** grant Python strands agent permission to invoke MCP server ([#561](https://github.com/awslabs/nx-plugin-for-aws/pull/561), [#556](https://github.com/awslabs/nx-plugin-for-aws/issues/556)) - **py#straHigh4/8/2026
v0.93.1## 0.93.1 (2026-04-07) ### 🩹 Fixes - **windows:** minor fixes for windows compatibility ([#514](https://github.com/awslabs/nx-plugin-for-aws/pull/514), [#211](https://github.com/awslabs/nx-plugin-for-aws/issues/211)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium4/7/2026
v0.93.0## 0.93.0 (2026-04-05) ### 🚀 Features - **ts#strands-agent:** implement IGrantable and add WebSocket invoke permission ([#547](https://github.com/awslabs/nx-plugin-for-aws/pull/547)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium4/5/2026
v0.92.0## 0.92.0 (2026-04-03) ### 🚀 Features - add iam/cognito auth options to agent and mcp-server generators ([#542](https://github.com/awslabs/nx-plugin-for-aws/pull/542)) ### â¤ī¸ Thank You - Seungho Lee @seungholee-devMedium4/3/2026
v0.91.0## 0.91.0 (2026-04-02) ### 🚀 Features - **connection:** add react -> ts#strands-agent connection generator ([#536](https://github.com/awslabs/nx-plugin-for-aws/pull/536), [#37495](https://github.com/awslabs/nx-plugin-for-aws/issues/37495)) ### â¤ī¸ Thank You - 🚀 Jack - nx-plugin-for-awsMedium4/2/2026
v0.90.1## 0.90.1 (2026-04-01) ### 🩹 Fixes - **mcp-server:** render create workspace and install commands and add copy as markdown button to docs ([#540](https://github.com/awslabs/nx-plugin-for-aws/pull/540)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium4/1/2026
v0.90.0## 0.90.0 (2026-03-31) ### 🚀 Features - **ts#nx-generator:** replace tsAstReplace SDK export with GritQL helpers ([#532](https://github.com/awslabs/nx-plugin-for-aws/pull/532)) ### 🩹 Fixes - remove aws sdk tree shake workaround for rolldown bug now fixed ([#534](https://github.com/awslabs/nx-plugin-for-aws/pull/534)) ### â¤ī¸ Thank You - Jack Stevenson - nx-plugin-for-awsMedium3/31/2026
v0.89.0## 0.89.0 (2026-03-31) ### 🚀 Features - **ts#project:** upgrade to TypeScript 6.0.2 ([#515](https://github.com/awslabs/nx-plugin-for-aws/pull/515)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/31/2026
v0.88.1## 0.88.1 (2026-03-31) ### 🩹 Fixes - **ts#runtime-config:** prevent double-wrapping with RuntimeConfigProvider ([#531](https://github.com/awslabs/nx-plugin-for-aws/pull/531)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/31/2026
v0.88.0## 0.88.0 (2026-03-31) ### 🚀 Features - **py#strands-agent:** add MCP connection generator for Python agents ([#512](https://github.com/awslabs/nx-plugin-for-aws/pull/512), [#481](https://github.com/awslabs/nx-plugin-for-aws/issues/481), [#478](https://github.com/awslabs/nx-plugin-for-aws/issues/478)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/31/2026
v0.87.0## 0.87.0 (2026-03-27) ### 🚀 Features - disable nx analytics in nx.json ([#510](https://github.com/awslabs/nx-plugin-for-aws/pull/510)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/27/2026
v0.86.0## 0.86.0 (2026-03-26) ### 🚀 Features - update dependencies ([#513](https://github.com/awslabs/nx-plugin-for-aws/pull/513)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/26/2026
v0.85.0## 0.85.0 (2026-03-25) ### 🚀 Features - update dependencies ([#508](https://github.com/awslabs/nx-plugin-for-aws/pull/508)) ### â¤ī¸ Thank You - cogwirrel @cogwirrel - nx-plugin-for-awsMedium3/25/2026
v0.84.2## 0.84.2 (2026-03-25) ### 🩹 Fixes - **api:** remove unnecessary AWS_CONNECTION_REUSE_ENABLED env var from Lambda constructs ([#499](https://github.com/awslabs/nx-plugin-for-aws/pull/499)) ### â¤ī¸ Thank You - Jack Stevenson - nx-plugin-for-awsMedium3/25/2026
v0.84.1## 0.84.1 (2026-03-24) ### 🩹 Fixes - **preset:** skip engagement ID prompt when --no-interactive is passed ([#500](https://github.com/awslabs/nx-plugin-for-aws/pull/500)) ### â¤ī¸ Thank You - nx-plugin-for-awsMedium3/24/2026
v0.84.0## 0.84.0 (2026-03-23) ### 🚀 Features - add subDirectory option to all project generators ([#496](https://github.com/awslabs/nx-plugin-for-aws/pull/496), [#491](https://github.com/awslabs/nx-plugin-for-aws/issues/491)) - **connection:** ts#strands-agent -> mcp connection support (iam auth) ([#481](https://github.com/awslabs/nx-plugin-for-aws/pull/481), [#462](https://github.com/awslabs/nx-plugin-for-aws/issues/462), [#477](https://github.com/awslabs/nx-plugin-for-aws/issues/477)) ### â¤ī¸ ThanMedium3/23/2026
v0.83.1## 0.83.1 (2026-03-16) ### 🩹 Fixes - **ts#react-website#auth:** fix terraform deployment deleting website callback urls ([#474](https://github.com/awslabs/nx-plugin-for-aws/pull/474)) ### â¤ī¸ Thank You - Bijin Abraham Idicula @bijinaiLow3/16/2026
v0.83.0## 0.83.0 (2026-03-16) ### 🚀 Features - **runtime-config:** add namespaces and storage in aws appconfig ([#471](https://github.com/awslabs/nx-plugin-for-aws/pull/471), [#326](https://github.com/awslabs/nx-plugin-for-aws/issues/326)) ### â¤ī¸ Thank You - Jack StevensonLow3/16/2026
v0.82.2## 0.82.2 (2026-03-13) ### 🩹 Fixes - **api:** configure REST API CORS preflight OPTIONS in restrictCorsTo ([#469](https://github.com/awslabs/nx-plugin-for-aws/pull/469), [#377](https://github.com/awslabs/nx-plugin-for-aws/issues/377)) - **ts#project:** pin vitest and @vitest/coverage-v8 to fix install for npm and yarn ([#470](https://github.com/awslabs/nx-plugin-for-aws/pull/470)) ### â¤ī¸ Thank You - Alex To - Jack StevensonLow3/13/2026
v0.82.1## 0.82.1 (2026-03-12) ### 🩹 Fixes - **mcp-server:** expand documentation snippets in generator guides ([#466](https://github.com/awslabs/nx-plugin-for-aws/pull/466)) ### â¤ī¸ Thank You - Jack StevensonLow3/12/2026
v0.82.0## 0.82.0 (2026-03-09) ### 🚀 Features - update dependencies ([#458](https://github.com/awslabs/nx-plugin-for-aws/pull/458)) ### â¤ī¸ Thank You - 🚀 Jack - cogwirrel @cogwirrel - nx-plugin-for-awsLow3/9/2026
v0.81.0## 0.81.0 (2026-03-09) ### 🚀 Features - **api:** support for single lambda-backed apis with new integrationPattern option ([#449](https://github.com/awslabs/nx-plugin-for-aws/pull/449), [#298](https://github.com/awslabs/nx-plugin-for-aws/issues/298)) - **powers:** add nx-plugin-for-aws power with MCP integration ([#452](https://github.com/awslabs/nx-plugin-for-aws/pull/452)) ### â¤ī¸ Thank You - Adrian Dimech @agdimech - Alex ToLow3/9/2026
v0.80.1## 0.80.1 (2026-03-03) ### 🩹 Fixes - **ts#react-website:** serve-local for shadcn without runtime config and cognito auth ([#451](https://github.com/awslabs/nx-plugin-for-aws/pull/451)) ### â¤ī¸ Thank You - Jack StevensonLow3/3/2026
v0.80.0## 0.80.0 (2026-03-02) ### 🚀 Features - **py#fast-api:** support streaming responses for api gateway rest apis ([#442](https://github.com/awslabs/nx-plugin-for-aws/pull/442), [#416](https://github.com/awslabs/nx-plugin-for-aws/issues/416), [#233](https://github.com/awslabs/nx-plugin-for-aws/issues/233)) ### â¤ī¸ Thank You - Jack StevensonLow3/2/2026
v0.79.1## 0.79.1 (2026-03-01) ### 🩹 Fixes - **license:** ensure license sync generator is executed as part of lint ([#446](https://github.com/awslabs/nx-plugin-for-aws/pull/446), [#441](https://github.com/awslabs/nx-plugin-for-aws/issues/441)) - **ts#project:** restore missing vite configuration ([#444](https://github.com/awslabs/nx-plugin-for-aws/pull/444), [#443](https://github.com/awslabs/nx-plugin-for-aws/issues/443)) ### â¤ī¸ Thank You - Jack StevensonLow3/1/2026
v0.79.0## 0.79.0 (2026-02-25) ### 🚀 Features - **py#strands-agent:** respond with application/jsonl by default and support OpenAPI 3.2 itemSchema in connection generator ([#414](https://github.com/awslabs/nx-plugin-for-aws/pull/414)) ### â¤ī¸ Thank You - Jack Stevenson - Seungho Lee @seungholee-devLow2/25/2026
v0.78.0## 0.78.0 (2026-02-23) ### 🚀 Features - **ts#trpc-api:** add support for subscriptions for api gateway rest apis ([#431](https://github.com/awslabs/nx-plugin-for-aws/pull/431), [#194](https://github.com/awslabs/nx-plugin-for-aws/issues/194)) ### â¤ī¸ Thank You - Jack StevensonLow2/23/2026
v0.77.0## 0.77.0 (2026-02-23) ### 🚀 Features - update dependencies ([#434](https://github.com/awslabs/nx-plugin-for-aws/pull/434)) - **ts#infra:** add stage credential management for CDK deployments ([#425](https://github.com/awslabs/nx-plugin-for-aws/pull/425)) ### â¤ī¸ Thank You - cogwirrel @cogwirrel - nx-plugin-for-aws - Sebastian Plesciuc @sebastianplesciucLow2/23/2026
v0.76.0## 0.76.0 (2026-02-21) ### 🚀 Features - **py#mcp-server:** hot reload local server ([#430](https://github.com/awslabs/nx-plugin-for-aws/pull/430)) ### â¤ī¸ Thank You - 🚀 Jack - Alex ToLow2/21/2026
v0.75.0## 0.75.0 (2026-02-20) ### 🚀 Features - prefer {projectRoot} over hardcoded paths in project.json files ([#429](https://github.com/awslabs/nx-plugin-for-aws/pull/429)) ### â¤ī¸ Thank You - Alex ToLow2/20/2026
v0.74.0## 0.74.0 (2026-02-16) ### 🚀 Features - update dependencies ([#422](https://github.com/awslabs/nx-plugin-for-aws/pull/422)) ### â¤ī¸ Thank You - cogwirrel @cogwirrel - Jack Stevenson - nx-plugin-for-awsLow2/16/2026
v0.73.1## 0.73.1 (2026-02-16) ### 🩹 Fixes - **ts#react-website:** add dependency on bundle to compile target for tanstack router tree ([3c83120](https://github.com/awslabs/nx-plugin-for-aws/commit/3c83120)) ### â¤ī¸ Thank You - 🚀 JackLow2/16/2026
v0.73.0## 0.73.0 (2026-02-14) ### 🚀 Features - **preset:** add shorthand commands build, lint and build:skip-lint for better QoL ([#232](https://github.com/awslabs/nx-plugin-for-aws/issues/232)) - **py#project:** update @nxlv/python to v22 ([e22bc68](https://github.com/awslabs/nx-plugin-for-aws/commit/e22bc68)) - **py#project:** add fix and skip-lint configurations ([#232](https://github.com/awslabs/nx-plugin-for-aws/issues/232)) - **ts#project:** add skip-lint configuration for ignoring lint errorsLow2/14/2026
v0.72.0## 0.72.0 (2026-02-09) ### 🚀 Features - update dependencies ([aa4423f](https://github.com/awslabs/nx-plugin-for-aws/commit/aa4423f)) - update mcp sdk to 1.26.0 ([#412](https://github.com/awslabs/nx-plugin-for-aws/pull/412)) ### â¤ī¸ Thank You - cogwirrel @cogwirrel - Jack StevensonLow2/9/2026
v0.71.0## 0.71.0 (2026-02-05) ### 🚀 Features - update dependencies ([d0cd507](https://github.com/awslabs/nx-plugin-for-aws/commit/d0cd507)) ### â¤ī¸ Thank You - cogwirrel @cogwirrelLow2/5/2026
v0.70.0## 0.70.0 (2026-02-03) ### 🚀 Features - **connection:** rename api-connection generator to connection ([#406](https://github.com/awslabs/nx-plugin-for-aws/pull/406)) ### â¤ī¸ Thank You - Jack Stevenson - Seungho Lee @seungholee-devLow2/3/2026
v0.69.1## 0.69.1 (2026-02-03) ### 🩹 Fixes - **api-connection:** wrap trpc client context to avoid client[procedureType] error ([#407](https://github.com/awslabs/nx-plugin-for-aws/pull/407), [#399](https://github.com/awslabs/nx-plugin-for-aws/issues/399)) - **ts#infra:** use --directory flag for checkov to support single stack ([#404](https://github.com/awslabs/nx-plugin-for-aws/pull/404)) ### â¤ī¸ Thank You - Jack Stevenson - little Kitchen @littleKitchenLow2/3/2026
v0.69.0## 0.69.0 (2026-02-02) ### 🚀 Features - update dependencies ([#405](https://github.com/awslabs/nx-plugin-for-aws/pull/405)) - **ts#react-website:** add support for scaffolding websites with shadcn ([#385](https://github.com/awslabs/nx-plugin-for-aws/pull/385)) ### â¤ī¸ Thank You - Alex To - cogwirrel @cogwirrel - nx-plugin-for-awsLow2/2/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

webiny-jsOpen-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Builtv6.4.0
justoneapi-mcpProduction-ready MCP server exposing JustOneAPI endpoints to AI agents with raw JSON responses.main@2026-06-06
metorial-platformThe engine powering hundreds of thousands of MCP connections 🤖 đŸ”Ĩdev@2026-06-06
Create-MCP🚀 Generate and extend production-ready Model Context Protocol (MCP) servers with a modern CLI tool that showcases all MCP features in one cohesive example.main@2026-06-06
claude-code-proxyMonitor and visualize your Claude Code API interactions with Claude Code Proxy. Easily set up a transparent proxy and live dashboard. đŸ› ī¸đŸš€main@2026-06-06

More from awslabs

mcpOfficial MCP Servers for AWS
run-model-context-protocol-servers-with-aws-lambdaRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
mcp-server-for-oscalOSCAL tools for AI agents

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme