Skip to content

Instantly share code, notes, and snippets.

@delorenj
Created January 18, 2025 12:58
Show Gist options
  • Save delorenj/9275af074c46dde28ab2571372758ec9 to your computer and use it in GitHub Desktop.
Save delorenj/9275af074c46dde28ab2571372758ec9 to your computer and use it in GitHub Desktop.
"aws-kb-retrieval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE",
"AWS_REGION": "YOUR_AWS_REGION_HERE"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment