Amazon Q Business

Amazon Q Business

AI assistant for ingested content with anonymous access.

10K+

1 Tool

Packaged by
Requires Configuration
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Amazon Q Business MCP Server

AI assistant for ingested content with anonymous access.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/awslabs/mcp/blob/636aca8e109b5559006044f035bb89c16e9e5410/src/amazon-qbusiness-anonymous-mcp-server/Dockerfile
Commit636aca8e109b5559006044f035bb89c16e9e5410
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/amazon-qbusiness-anonymous-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceApache License 2.0

Available Tools (1)

Tools provided by this ServerShort Description
QBusinessQueryToolMCP tool to query Amazon Q Business and return a formatted response.

Tools Details

Tool: QBusinessQueryTool

MCP tool to query Amazon Q Business and return a formatted response.

This tool provides a Model Context Protocol interface for querying Amazon Q Business. It handles client initialization, query execution, and error handling automatically.

ParametersTypeDescription
querystringUser query, question or request to the Amazon Q Business application

Use this MCP Server

{
  "mcpServers": {
    "amazon-qbusiness-anonymous": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "QBUSINESS_APPLICATION_ID",
        "-e",
        "AWS_REGION",
        "-e",
        "AWS_PROFILE",
        "-e",
        "AWS_ACCESS_KEY_ID",
        "-e",
        "AWS_SECRET_ACCESS_KEY",
        "-e",
        "AWS_SESSION_TOKEN",
        "mcp/amazon-qbusiness-anonymous-mcp-server"
      ],
      "env": {
        "QBUSINESS_APPLICATION_ID": "your-qbusiness-application-id",
        "AWS_REGION": "us-east-1",
        "AWS_PROFILE": "default",
        "AWS_ACCESS_KEY_ID": "AKIAIOSFODNN7EXAMPLE",
        "AWS_SECRET_ACCESS_KEY": "your-aws-secret-access-key",
        "AWS_SESSION_TOKEN": "your-aws-session-token"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Related servers