Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Resource Access Manager MCP Config

<p>This is the <i>Resource Access Manager API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in RAM. RAM is a service that helps you securely share your Amazon Web Services resources to other Amazon Web Services accounts. If you use Organiza

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-ram": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-ram"],
      "env": {
      "AWS_RESOURCE_ACCESS_MANAGER_API_KEY": "your_aws_resource_access_manager_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-ram.json

Environment Variables

AWS_RESOURCE_ACCESS_MANAGER_API_KEY

Replace your_aws_resource_access_manager_api_key with your actual aws resource access manager api key

Endpoints

POST/acceptresourceshareinvitation

AcceptResourceShareInvitation

POST/associateresourceshare

AssociateResourceShare

POST/associateresourcesharepermission

AssociateResourceSharePermission

POST/createpermission

CreatePermission

POST/createpermissionversion

CreatePermissionVersion

POST/createresourceshare

CreateResourceShare

DELETE/deletepermission#permissionArn

DeletePermission

DELETE/deletepermissionversion#permissionArn&permissionVersion

DeletePermissionVersion

DELETE/deleteresourceshare#resourceShareArn

DeleteResourceShare

POST/disassociateresourceshare

DisassociateResourceShare