Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Amazon QLDB Session MCP Server

<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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-qldb-session

Environment Variables

AMAZON_QLDB_SESSION_API_KEY

Example: your_amazon_qldb_session_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

Endpoints

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

SendCommand