Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon QLDB Session MCP Config

<p>The transactional data APIs for Amazon QLDB</p> <note> <p>Instead of interacting directly with this API, we recommend using the QLDB driver or the QLDB shell to execute data transactions on a ledger.</p> <ul> <li> <p>If you are working with an AWS SDK, use the QLDB driver. The driver provides a h

Config URL

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

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

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-qldb-session": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-qldb-session"],
      "env": {
      "AMAZON_QLDB_SESSION_API_KEY": "your_amazon_qldb_session_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-qldb-session.json

Environment Variables

AMAZON_QLDB_SESSION_API_KEY

Replace your_amazon_qldb_session_api_key with your actual amazon qldb session api key

Endpoints

POST/#X-Amz-Target=QLDBSession.SendCommand

SendCommand