The AWS Knowledge Base Retrieval MCP Server is a tool designed to facilitate the retrieval of information from the AWS Knowledge Base using the Bedrock Agent Runtime. It leverages Retrieval-Augmented Generation (RAG) to provide contextual information based on user queries and specific Knowledge Base IDs. This server supports retrieving multiple results, allowing users to specify the number of results they wish to obtain. This project is particularly useful for developers and organizations looking to integrate AWS Knowledge Base retrieval capabilities into their applications, enabling them to access detailed AWS documentation and solutions efficiently. The server can be configured to run in Docker or directly using npm, ensuring flexibility in deployment.
Perform retrieval operations using the AWS Knowledge Base. Inputs: query (string): The search query for retrieval, knowledgeBaseId (string): The ID of the AWS Knowledge Base, n (number, optional): Number of results to retrieve (default: 3).
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs