Cloud InfrastructureAuto-generated
Amazon AppConfig MCP Server
<p>Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. AppConfig supports controlled deployments to applications of any size and includes built-in validation checks and monitoring. You can use AppConfig with applicatio
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-appconfig
Environment Variables
AMAZON_APPCONFIG_API_KEYExample: your_amazon_appconfig_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-appconfig": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-appconfig"],
"env": {
"AMAZON_APPCONFIG_API_KEY": "your_amazon_appconfig_api_key"
}
}
}
}Endpoints
GET
/applicationsListApplications
POST
/applicationsCreateApplication
GET
/applications/{ApplicationId}/configurationprofilesListConfigurationProfiles
POST
/applications/{ApplicationId}/configurationprofilesCreateConfigurationProfile
GET
/deploymentstrategiesListDeploymentStrategies
POST
/deploymentstrategiesCreateDeploymentStrategy
GET
/applications/{ApplicationId}/environmentsListEnvironments
POST
/applications/{ApplicationId}/environmentsCreateEnvironment
GET
/extensionsListExtensions
POST
/extensionsCreateExtension