Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-ram.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-ram": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-ram"
      ],
      "env": {
        "AWS_RESOURCE_ACCESS_MANAGER_API_KEY": "your_aws_resource_access_manager_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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