AWS Greengrass MCP Config
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent con
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-greengrass.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-greengrass.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-greengrass": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-greengrass"],
"env": {
"AWS_GREENGRASS_API_KEY": "your_aws_greengrass_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-greengrass.jsonEnvironment Variables
AWS_GREENGRASS_API_KEYReplace your_aws_greengrass_api_key with your actual aws greengrass api key
Endpoints
/greengrass/groups/{GroupId}/roleGetAssociatedRole
/greengrass/groups/{GroupId}/roleAssociateRoleToGroup
/greengrass/groups/{GroupId}/roleDisassociateRoleFromGroup
/greengrass/serviceroleGetServiceRoleForAccount
/greengrass/serviceroleAssociateServiceRoleToAccount
/greengrass/serviceroleDisassociateServiceRoleFromAccount
/greengrass/definition/connectorsListConnectorDefinitions
/greengrass/definition/connectorsCreateConnectorDefinition
/greengrass/definition/connectors/{ConnectorDefinitionId}/versionsListConnectorDefinitionVersions
/greengrass/definition/connectors/{ConnectorDefinitionId}/versionsCreateConnectorDefinitionVersion