AWS Knowledge Base MCP

cloud services
claude desktop
cursor
GitHub

Query AWS Knowledge Bases for retrieval-augmented generation. Access your AWS knowledge repositories.

12/8/2025

Installation

npm install -g @modelcontextprotocol/server-aws-kb-retrieval

Configure AWS credentials and set up your Knowledge Base.

Add to your MCP settings:

{
  "mcpServers": {
    "aws-kb": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-aws-kb-retrieval"],
      "env": {
        "AWS_REGION": "us-east-1",
        "KNOWLEDGE_BASE_ID": "your_kb_id"
      }
    }
  }
}

Tags

aws
knowledge-base
rag
cloud