Install to ToolCloud
One click. No local setup. Works with any MCP client.
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-retrievalCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"aws-kb": {
"args": [
"-y",
"@modelcontextprotocol/server-aws-kb-retrieval"
],
"command": "npx"
}
}
}