A lightweight, standalone MCP (Model Context Protocol) server for the [Nx Plugin for AWS](https://github.com/awslabs/nx-plugin-for-aws).
{
"mcpServers": {
"awsnx-plugin": {
"command": "npx",
"args": [
"-y",
"@aws/nx-plugin-mcp"
]
}
}
}