Open-source Model Context Protocol server that enables AI assistants to query and analyze Amazon Bedrock Knowledge Bases using natural language. Optimize enterprise knowledge retrieval with citation support, data source filtering, reranking, and IAM-secured access for RAG applications.
Open-source Model Context Protocol server that enables AI assistants to query and analyze Amazon Bedrock Knowledge Bases using natural...
The Amazon Bedrock Knowledge Base Retrieval MCP Server is an open-source implementation of the Model Context Protocol (MCP) maintained by AWS Labs. It bridges AI assistants and coding agents (such as Claude Desktop, Cursor, Cline, and Amazon Q Developer) with Amazon Bedrock Knowledge Bases, enabling them to perform retrieval-augmented generation (RAG) against enterprise data stored in AWS without writing custom integration code.
At its core, the server exposes a small set of MCP tools that let an AI client discover available knowledge bases, list their underlying data sources (S3 buckets, Confluence, SharePoint, Salesforce, web crawlers, etc.), and run natural-language queries against them. Results are returned with citations pointing back to the original source documents, which is essential for verifiable answers in regulated and enterprise settings. The server supports filtering by data source so that a single knowledge base containing multiple repositories can be queried selectively, and it integrates with Amazon Bedrock's reranking models to push the most relevant chunks to the top of the result set before they reach the LLM.
Because the server runs locally (typically launched via uvx or a similar Python runner) and authenticates using standard AWS credentials, all access to knowledge bases is governed by IAM policies. This means existing access controls, audit logging via CloudTrail, and VPC networking constraints continue to apply — the MCP server does not introduce a new authorization layer. Knowledge bases must be tagged with mcp-multirag-kb=true to be discoverable, giving administrators a simple opt-in mechanism for which corpora are exposed to AI agents.
The server is designed for developers building agentic applications, internal copilots, customer support assistants, and documentation chatbots that need grounded, citation-backed responses from proprietary data. It removes a significant amount of boilerplate around the Bedrock Agent Runtime APIs (Retrieve and RetrieveAndGenerate) and standardizes the contract so that any MCP-compatible client can consume the same knowledge base with no client-specific code. As part of the broader awslabs/mcp project on GitHub, it is released under the Apache 2.0 license and ships alongside companion servers for Bedrock AgentCore, SageMaker, Amazon Q Index, and other AWS AI services, making it a natural building block for teams already standardized on AWS.
Was this helpful?
$0
Variable
Ready to get started with Amazon Bedrock Knowledge Base Retrieval MCP Server?
View Pricing Options →We believe in transparent reviews. Here's what Amazon Bedrock Knowledge Base Retrieval MCP Server doesn't handle well:
Weekly insights on the latest AI tools, features, and trends delivered to your inbox.
In 2026, the awslabs/mcp project has expanded around this server with companion servers for Bedrock AgentCore, SageMaker AI, Amazon Q Index, and a dedicated Document Loader MCP Server, letting teams pair retrieval with ingestion and agent orchestration entirely through MCP. The Bedrock KB server itself has tracked recent Bedrock Agent Runtime updates including expanded reranking model support, finer-grained metadata filters, and improved handling of multi-source knowledge bases. The broader AWS Labs MCP catalog now ships with installation guidance for Cursor, Cline, Claude Desktop, and Amazon Q Developer, reflecting MCP's rapid adoption as the default integration surface for enterprise AI assistants.
No reviews yet. Be the first to share your experience!
Get started with Amazon Bedrock Knowledge Base Retrieval MCP Server and see if it's the right fit for your needs.
Get Started →Take our 60-second quiz to get personalized tool recommendations
Find Your Perfect AI Stack →Explore 20 ready-to-deploy AI agent templates for sales, support, dev, research, and operations.
Browse Agent Templates →