mcpservers
AWS Knowledge Base MCP logo

AWS Knowledge Base MCP

Official Amazon Bedrock Knowledge Base MCP server — connect AI to your AWS knowledge bases for RAG-powered enterprise search.

Turn it on

★ Hand-picked walkthrough

AWS Bedrock Knowledge Base (RAG) with Claude Code

Works in Prod

  1. 1

    Turn on AWS Knowledge Base in your AI

    In Claude: open Settings → Connectors and add AWS Knowledge Base. In ChatGPT: Settings → Apps & Connectors.

  2. 2

    Add your key

    Paste your AWS Knowledge Base API key when your app asks for it — that links your account.

  3. 3

    Just ask

    Tell it what you want in plain words — no special commands.

    For example, say

    “Search my AWS Bedrock Knowledge Base for documentation about our authentication setup”

Download the AWS Knowledge Base skill Official

A ready-made skill that teaches your AI agent to use AWS Knowledge Base well. AWS's official agent toolkit — Bedrock, knowledge bases, core AWS tasks.

npx skills add aws/agent-toolkit-for-aws/skills
View on GitHub

Copy one, paste it to your AI, watch it work.

Internal Doc Retrieval

“Search our internal onboarding knowledge base for the process to request new AWS IAM roles”

Compliance-Friendly Q&A

“Look up the incident response policy from our compliance KB and summarize the steps”

Multi-KB Routing

“Search the engineering KB for the deploy rollback procedure”

  • · Bedrock Knowledge Bases cost money per query and per data store — monitor usage
  • · IAM permissions need Bedrock read access — misconfigured roles fail silently
  • · Indexing is not instant — newly uploaded docs may take minutes to become queryable
  • You've set up AWS Bedrock Knowledge Bases with your company docs
  • You need RAG (retrieval-augmented generation) over private enterprise content
  • You're building on AWS and want to use Bedrock's managed vector storage
  • You need compliance-friendly AI retrieval within your AWS account
  • × You don't use AWS or Bedrock (use a different RAG provider)
  • × You need public web search — this is for private KB only
  • × You haven't indexed your documents into Bedrock yet (that's the prerequisite)

Imagine your company has years of policies, runbooks, onboarding guides, and product docs locked away in PDFs and wikis on AWS. Finding the right answer means search-and-scroll until something matches. This server gives your AI assistant a direct line to that material. It connects to Amazon Bedrock Knowledge Bases — AWS's managed search system for your private documents. You ask Claude a plain English question like 'What's our policy for issuing new IAM credentials?' and Claude looks inside your indexed documents, pulls the relevant passages, and writes an answer grounded in what your company actually wrote. The value: nothing leaves your AWS account, retrieval stays under your existing security controls, and you stop hunting through Confluence pages. The catch: someone has to load and index the documents into Bedrock first, and AWS bills per query and per stored vector. Best for teams already running on AWS who want a private 'ask the company' assistant without standing up a separate vector database.

The official AWS Knowledge Base MCP server connects AI assistants to Amazon Bedrock Knowledge Bases. Perform retrieval-augmented generation (RAG) over your enterprise documents, PDFs, and data sources stored in AWS.

Maintained by AWS with enterprise-grade security and scalability. Ideal for organizations that store documentation and knowledge in AWS.

Give Claude memory and real documentation

Persistent memory across chats, live library docs, and structured reasoning — so answers stop drifting.

Claude Cline
#aws#bedrock#knowledge-base#rag#enterprise#official
What does AWS Knowledge Base MCP do? +

Imagine your company has years of policies, runbooks, onboarding guides, and product docs locked away in PDFs and wikis on AWS. Finding the right answer means search-and-scroll until something matches. This server gives your AI assistant a direct line to that material. It connects to Amazon Bedrock Knowledge Bases — AWS's managed search system for your private documents. You ask Claude a plain English question like 'What's our policy for issuing new IAM credentials?' and Claude looks inside your indexed documents, pulls the relevant passages, and writes an answer grounded in what your company actually wrote. The value: nothing leaves your AWS account, retrieval stays under your existing security controls, and you stop hunting through Confluence pages. The catch: someone has to load and index the documents into Bedrock first, and AWS bills per query and per stored vector. Best for teams already running on AWS who want a private 'ask the company' assistant without standing up a separate vector database.

Do I need to know how to code? +

No. Turn it on in your AI's settings and ask in plain English — no terminal, no coding.

When should I use AWS Knowledge Base MCP? +

Reach for it when you need to: You've set up AWS Bedrock Knowledge Bases with your company docs; You need RAG (retrieval-augmented generation) over private enterprise content; You're building on AWS and want to use Bedrock's managed vector storage; You need compliance-friendly AI retrieval within your AWS account.

When should I avoid AWS Knowledge Base MCP? +

Skip it when: You don't use AWS or Bedrock (use a different RAG provider); You need public web search — this is for private KB only; You haven't indexed your documents into Bedrock yet (that's the prerequisite).