AWS Knowledge Base MCP server
Retrieve from an AWS Bedrock knowledge base.
How it runs
AWS Knowledge Base is a stdio MCP server. mcpfold launches it with:
npx -y @modelcontextprotocol/server-aws-kb-retrievalAdd to your config
mcpfold add @modelcontextprotocol/server-aws-kb-retrievalNeeds a token — mcpfold stores it as a reference (${env:AWS_ACCESS_KEY_ID}), never a value.
Listed for convenience; mcpfold is not affiliated with or endorsed by this project.