You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 🤖 **New:** Use this module with AI assistants via the [ARC IaC MCP Server](https://github.com/sourcefuse/arc-iac-mcp) — search, scaffold, and security-scan ARC modules from natural language. [Quick setup ↓](#ai-assistant-integration-arc-iac-mcp)
22
+
20
23
## Overview
21
24
22
25
Enables and configures AWS security services — GuardDuty, Security Hub, AWS Config, and Inspector — with SNS notifications.
@@ -219,6 +222,50 @@ By specifying this , it will bump the version and if you dont specify this in yo
219
222
```sh
220
223
go test -timeout 30m
221
224
```
225
+
## AI Assistant Integration (ARC IaC MCP)
226
+
227
+
The **[ARC IaC MCP Server](https://github.com/sourcefuse/arc-iac-mcp)** is a hosted Model Context Protocol service that lets AI assistants browse, search, scaffold, compare, and security-scan any of the SourceFuse ARC Terraform modules — directly from natural language.
228
+
229
+
**What you can do with it:**
230
+
231
+
-**Discover** — search and filter modules by keyword or AWS resource type.
232
+
-**Understand** — get inputs, outputs, and resources for any module without leaving your editor.
**Cursor / Windsurf / Kiro** — add the same block to `.cursor/mcp.json` (or the equivalent for your client).
258
+
259
+
### Example prompts to try
260
+
261
+
-*"List all ARC modules sorted by downloads"*
262
+
-*"What inputs does `arc-ecs` require?"*
263
+
-*"Scaffold a production-ready `arc-db` Aurora setup with Secrets Manager"*
264
+
-*"Compare `arc-eks` and `arc-ecs` for running 10 microservices"*
265
+
-*"Scan this Terraform before I raise a PR: `<paste HCL>`"*
266
+
267
+
See the [ARC IaC MCP repo](https://github.com/sourcefuse/arc-iac-mcp) for the full tool reference, troubleshooting tips, and local-development instructions.
268
+
222
269
## Contributing
223
270
224
271
See [CONTRIBUTING.md](./CONTRIBUTING.md) for commit conventions and development setup.
@@ -227,3 +274,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for commit conventions and development
0 commit comments