AWS KB Retrieval

by Anthropic · Cloud & DevOps

15,000 stars1,500 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Retrieve information from AWS Knowledge Bases using Amazon Bedrock Agent Runtime. Semantic search across your AWS knowledge base.

awsbedrockknowledge-baseretrieval
Manual Installation

Claude Code

claude mcp add aws-kb-retrieval -- npx -y @modelcontextprotocol/server-aws-kb-retrieval

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "aws-kb": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-aws-kb-retrieval"
      ],
      "command": "npx"
    }
  }
}