AWS Knowledge Base Retrieval MCP ServerServer

sammcj
GitHub
AWSKnowledge BaseRAG Systems

Loading subscription status...

๐Ÿ’ก Description

An MCP server implementation to retrieve information from the AWS Knowledge Base using the Bedrock Agent Runtime.

๐Ÿ“ JSON Entries

{
  "mcpServers": {
    "aws-kb-retrieval": {
      "env": {
        "AWS_KB_IDS": "[\"kb-12345\", \"kb-67890\"]",
        "AWS_REGION": "YOUR_AWS_REGION_HERE",
        "AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
        "AWS_SESSION_TOKEN": "YOUR_OPTIONAL_SESSION_ID_FOR_SSO_TEMPORARY_CREDENTIALS_HERE",
        "AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE"
      },
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "AWS_REGION",
        "-e",
        "AWS_KB_IDS",
        "-v",
        "${HOME}/.aws:/root/.aws",
        "mcp/aws-kb-retrieval-server"
      ],
      "command": "docker"
    }
  }
}

๐Ÿ› ๏ธ Tools

AWS Knowledge Base Search

โšก Features

  • Retrieval-Augmented Generation
  • Multi-result search support

๐Ÿ’ฌ Example Queries

  • Retrieve results from AWS Knowledge Base
  • Search for specific AWS service documentation