MCP.so
Sign In

Aws Kb Retrieval ServerFeatured

@modelcontextprotocol

About Aws Kb Retrieval Server

Model Context Protocol Servers

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

1

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

Overview

What is Aws Kb Retrieval Server?

How to use Aws Kb Retrieval Server?

Key features of Aws Kb Retrieval Server

Use cases of Aws Kb Retrieval Server

FAQ from Aws Kb Retrieval Server

Comments

More Cloud & Infrastructure MCP servers