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-retrievalExamples
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