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
-`Look up aws_backup_vault resource documentation`
1068
+
-`Find the latest AWS Backup lifecycle policy examples`
1069
+
-`Search for AWS Backup Terraform modules`
1070
+
-`Get documentation for aws_backup_plan resource`
1071
+
1072
+
#### Context7 MCP Server
1073
+
**Purpose**: Access general library and framework documentation
1074
+
**Package**: `@upstash/context7-mcp`
1075
+
1076
+
**Local Configuration** (`.mcp.json`):
1077
+
```json
1078
+
{
1079
+
"mcpServers": {
1080
+
"context7": {
1081
+
"command": "npx",
1082
+
"args": ["-y", "@upstash/context7-mcp@latest"]
1083
+
}
1084
+
}
1085
+
}
1086
+
```
1087
+
1088
+
**Usage Examples**:
1089
+
-`Look up Go testing patterns for Terratest`
1090
+
-`Find AWS CLI backup commands documentation`
1091
+
-`Get current Terraform best practices`
1092
+
-`Search for GitHub Actions workflow patterns`
1093
+
1094
+
### GitHub Actions Integration
1095
+
The MCP servers are automatically available in GitHub Actions through the claude.yml workflow configuration. Claude can access the same documentation in PRs and issues as available locally.
1096
+
1097
+
### Usage Tips
1098
+
1.**Be Specific**: When requesting documentation, specify the exact resource or concept
1099
+
2.**Version Awareness**: Both servers provide current, version-specific documentation
1100
+
3.**Combine Sources**: Use Terraform MCP for backup-specific docs, Context7 for general development patterns
1101
+
4.**Local vs CI**: Same MCP servers work in both local development and GitHub Actions
1102
+
1103
+
### Example Workflows
1104
+
1105
+
**Backup Resource Development**:
1106
+
```
1107
+
@claude I need to add support for backup vault lock. Can you look up the latest aws_backup_vault_lock_configuration documentation and show me how to implement this feature?
1108
+
```
1109
+
1110
+
**Testing Pattern Research**:
1111
+
```
1112
+
@claude Look up current Terratest patterns for testing AWS Backup resources and help me add comprehensive tests for vault lock functionality.
1113
+
```
1114
+
1115
+
**Security Enhancement**:
1116
+
```
1117
+
@claude Research the latest AWS Backup security best practices and help me implement enhanced encryption configurations in this module.
0 commit comments