AWS KB Retrieval (Archived)

AWS KB Retrieval (Archived)

An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.

3.7K

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

AWS KB Retrieval (Archived) MCP Server

An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/aws-kb-retrieval-server
Authormodelcontextprotocol
Repositoryhttps://github.com/modelcontextprotocol/servers
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/aws-kb-retrieval-server/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/aws-kb-retrieval-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
retrieve_from_aws_kbPerforms retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.

Tools Details

Tool: retrieve_from_aws_kb

Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.

ParametersTypeDescription
knowledgeBaseIdstringThe ID of the AWS Knowledge Base
querystringThe query to perform retrieval on
nnumberoptionalNumber of results to retrieve

Use this MCP Server

{
  "mcpServers": {
    "aws-kb-retrieval-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "AWS_ACCESS_KEY_ID",
        "-e",
        "AWS_SECRET_ACCESS_KEY",
        "mcp/aws-kb-retrieval-server"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
        "AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers