AWS KB Retrieval
OFFICIAL · Model Context ProtocolAUTH REQUIREDMITEnable your AI agent to query Amazon Bedrock Knowledge Bases and retrieve enterprise knowledge using semantic search over your organization's private documents.
Requires AWS credentials with permissions to invoke Amazon Bedrock and query Knowledge Bases. Configure via environment variables or AWS credentials file.
Setup Guide
{
"mcpServers": {
"aws-kb-retrieval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
],
"env": {
"AWS_ACCESS_KEY_ID": "AKIAxxxxxxxxxxxxxxxx",
"AWS_SECRET_ACCESS_KEY": "yourAWSSecretAccessKeyHere",
"AWS_REGION": "us-east-1",
"BEDROCK_KB_ID": "your-knowledge-base-id"
}
}
}
}Tools
retrieve_from_knowledge_base
Perform semantic search over an Amazon Bedrock Knowledge Base and return the most relevant document chunks.
Compatibility
About
Overview
The AWS Knowledge Base Retrieval MCP server enables your AI agent to perform semantic search over Amazon Bedrock Knowledge Bases. This allows your AI to answer questions using your organization's private documents — PDFs, internal wikis, S3 files, and more — using retrieval-augmented generation (RAG).
This is ideal for enterprises that have ingested private documentation into Bedrock and want their developers' AI assistants to have access to that proprietary knowledge while coding.
Setting Up Amazon Bedrock Knowledge Base
- Log in to the AWS Console and navigate to Amazon Bedrock → Knowledge Bases.
- Click Create Knowledge Base and configure a data source (S3 bucket with your documents).
- Select an embedding model (e.g.,
amazon.titan-embed-text-v1). - After creation, note the Knowledge Base ID (format:
XXXXXXXXXX). - Configure an IAM user or role with the following permissions:
bedrock:RetrieveAndGeneratebedrock:Retrievebedrock:ListKnowledgeBases
Using AWS SSO / Profiles
Instead of hardcoding credentials, you can use AWS credential profiles:
json{ "env": { "AWS_PROFILE": "my-bedrock-profile", "AWS_REGION": "us-east-1", "BEDROCK_KB_ID": "your-knowledge-base-id" } }
Run aws configure --profile my-bedrock-profile first to set up the profile.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: filesystem
Maps this community reference to install-ready hosted listing.
Related explore entry: EverArt
Keeps same-intent users on matched category and tool shape.
Related explore entry: FreshContext
Keeps same-intent users on matched category and tool shape.
Related explore entry: Memory
Keeps same-intent users on matched category and tool shape.
Related explore entry: Roundtable MCP
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install aws-kb-retrievalEverArt
Generate and manage AI images directly from your AI agent using EverArt's generative image platform — create, refine, and integrate visual content into your workflow.
FreshContext
Freshness-aware MCP server with 21 tools for timestamped, decay-ranked retrieval signals across GitHub, HN, jobs, research, market data, and more.
Memory
Give your AI assistant persistent memory across conversations. The Memory server stores entities, relations, and observations in a local knowledge graph that persists between sessions.
Roundtable MCP
Multi-model AI council MCP server that enables collaborative reasoning for architecture, debugging, code review, and engineering decisions.
AgenticMarket