Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS X-Ray MCP Config

Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.

Config URL

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

https://mcpbridge.org/config/amazonaws-com-xray.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-xray": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-xray"
      ],
      "env": {
        "AWS_X_RAY_API_KEY": "your_aws_x_ray_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-xray.json to fetch programmatically.

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

Environment Variables

AWS_X_RAY_API_KEY

Replace your_aws_x_ray_api_key with your actual aws x ray api key

Endpoints

POST/Traces

BatchGetTraces

POST/CreateGroup

CreateGroup

POST/CreateSamplingRule

CreateSamplingRule

POST/DeleteGroup

DeleteGroup

POST/DeleteResourcePolicy

DeleteResourcePolicy

POST/DeleteSamplingRule

DeleteSamplingRule

POST/EncryptionConfig

GetEncryptionConfig

POST/GetGroup

GetGroup

POST/Groups

GetGroups

POST/Insight

GetInsight