AWS KB Retrieval MCP Server

Stablecloud
680 starsTypeScriptAnthropic
GitHubnpm
About

Overview

The AWS KB Retrieval MCP Server connects AI agents to Amazon Bedrock Knowledge Bases. It provides tools for querying knowledge bases using natural language, retrieving relevant documents with citations, and managing knowledge base configurations. Essential for enterprise RAG (Retrieval-Augmented Generation) pipelines.
Capabilities

Tools & Capabilities

retrieve

Query a knowledge base and retrieve relevant documents

Setup

Installation

bash
Install
npx -y @modelcontextprotocol/server-aws-kb-retrieval
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "aws-kb": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-aws-kb-retrieval"],
      "env": {
        "AWS_REGION": "us-east-1",
        "AWS_KB_ID": "your-knowledge-base-id"
      }
    }
  }
}

Quick Info

AuthorAnthropic
LanguageTypeScript
StatusStable
Stars 680
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
CortexAgent Customer Service

Want to skip the form?

Our team is available to help you get started with CortexAgent.

This chat may be recorded for quality assurance. You can view our Privacy Policy.

AWS KB Retrieval MCP Server - MCP Server Directory - CortexAgent