Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon AppConfig MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-appconfig.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-appconfig.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-appconfig": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-appconfig"],
      "env": {
      "AMAZON_APPCONFIG_API_KEY": "your_amazon_appconfig_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-appconfig.json

Environment Variables

AMAZON_APPCONFIG_API_KEY

Replace your_amazon_appconfig_api_key with your actual 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