Last active
July 21, 2025 17:12
-
-
Save snandam/b15defcc426367224a1de4cb54c2ba15 to your computer and use it in GitHub Desktop.
Add aws mcp servers to claude code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| claude mcp add aws-core \ | |
| -e FASTMCP_LOG_LEVEL=ERROR \ | |
| -- uvx "awslabs.core-mcp-server@latest" | |
| claude mcp add aws-docs \ | |
| -e FASTMCP_LOG_LEVEL=ERROR \ | |
| -- uvx "awslabs.aws-documentation-mcp-server@latest" | |
| claude mcp add aws-terraform \ | |
| -e FASTMCP_LOG_LEVEL=ERROR \ | |
| -- uvx "awslabs.terraform-mcp-server@latest" | |
| Reference: https://github.com/awslabs/mcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment