Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-appconfig.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-appconfig": {
      "url": "https://mcpbridge.org/config/amazonaws-com-appconfig.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-appconfig": {
      "url": "https://mcpbridge.org/config/amazonaws-com-appconfig.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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