Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon CloudDirectory MCP Config

<fullname>Amazon Cloud Directory</fullname> <p>Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the development and management of cloud-scale web, mobile, and IoT applications. This guide describes the Cloud Directory operations that you can call programmatically an

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_CLOUDDIRECTORY_API_KEY

Replace your_amazon_clouddirectory_api_key with your actual amazon clouddirectory api key

Endpoints

PUT/amazonclouddirectory/2017-01-11/object/facets#x-amz-data-partition

AddFacetToObject

PUT/amazonclouddirectory/2017-01-11/schema/apply#x-amz-data-partition

ApplySchema

PUT/amazonclouddirectory/2017-01-11/object/attach#x-amz-data-partition

AttachObject

PUT/amazonclouddirectory/2017-01-11/policy/attach#x-amz-data-partition

AttachPolicy

PUT/amazonclouddirectory/2017-01-11/index/attach#x-amz-data-partition

AttachToIndex

PUT/amazonclouddirectory/2017-01-11/typedlink/attach#x-amz-data-partition

AttachTypedLink

POST/amazonclouddirectory/2017-01-11/batchread#x-amz-data-partition

BatchRead

PUT/amazonclouddirectory/2017-01-11/batchwrite#x-amz-data-partition

BatchWrite

PUT/amazonclouddirectory/2017-01-11/directory/create#x-amz-data-partition

CreateDirectory

PUT/amazonclouddirectory/2017-01-11/facet/create#x-amz-data-partition

CreateFacet