AWS Identity and Access Management MCP Config
<fullname>Identity and Access Management</fullname> <p>Identity and Access Management (IAM) is a web service for securely controlling access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials such as access keys, and permissions that control which Amazon
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-iam.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iam.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-iam": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iam"],
"env": {
"AWS_IDENTITY_AND_ACCESS_MANAGEMENT_API_KEY": "your_aws_identity_and_access_management_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-iam.jsonEnvironment Variables
AWS_IDENTITY_AND_ACCESS_MANAGEMENT_API_KEYReplace your_aws_identity_and_access_management_api_key with your actual aws identity and access management api key
Endpoints
/#Action=AddClientIDToOpenIDConnectProviderGET_AddClientIDToOpenIDConnectProvider
/#Action=AddClientIDToOpenIDConnectProviderPOST_AddClientIDToOpenIDConnectProvider
/#Action=AddRoleToInstanceProfileGET_AddRoleToInstanceProfile
/#Action=AddRoleToInstanceProfilePOST_AddRoleToInstanceProfile
/#Action=AddUserToGroupGET_AddUserToGroup
/#Action=AddUserToGroupPOST_AddUserToGroup
/#Action=AttachGroupPolicyGET_AttachGroupPolicy
/#Action=AttachGroupPolicyPOST_AttachGroupPolicy
/#Action=AttachRolePolicyGET_AttachRolePolicy
/#Action=AttachRolePolicyPOST_AttachRolePolicy