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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_APPCONFIG_API_KEYReplace your_amazon_appconfig_api_key with your actual amazon appconfig api key
Endpoints
/applicationsListApplications
/applicationsCreateApplication
/applications/{ApplicationId}/configurationprofilesListConfigurationProfiles
/applications/{ApplicationId}/configurationprofilesCreateConfigurationProfile
/deploymentstrategiesListDeploymentStrategies
/deploymentstrategiesCreateDeploymentStrategy
/applications/{ApplicationId}/environmentsListEnvironments
/applications/{ApplicationId}/environmentsCreateEnvironment
/extensionsListExtensions
/extensionsCreateExtension