Skip to content
MCP-Bridge
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_KEY

Example: 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/applications

ListApplications

POST/applications

CreateApplication

GET/applications/{ApplicationId}/configurationprofiles

ListConfigurationProfiles

POST/applications/{ApplicationId}/configurationprofiles

CreateConfigurationProfile

GET/deploymentstrategies

ListDeploymentStrategies

POST/deploymentstrategies

CreateDeploymentStrategy

GET/applications/{ApplicationId}/environments

ListEnvironments

POST/applications/{ApplicationId}/environments

CreateEnvironment

GET/extensions

ListExtensions

POST/extensions

CreateExtension