An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.
3.7K
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.
Attribute | Details |
---|---|
Docker Image | mcp/aws-kb-retrieval-server |
Author | modelcontextprotocol |
Repository | https://github.com/modelcontextprotocol/servers |
Dockerfile | https://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/aws-kb-retrieval-server/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/aws-kb-retrieval-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
retrieve_from_aws_kb | Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID. |
retrieve_from_aws_kb
Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.
Parameters | Type | Description |
---|---|---|
knowledgeBaseId | string | The ID of the AWS Knowledge Base |
query | string | The query to perform retrieval on |
n | number optional | Number of results to retrieve |
{
"mcpServers": {
"aws-kb-retrieval-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AWS_ACCESS_KEY_ID",
"-e",
"AWS_SECRET_ACCESS_KEY",
"mcp/aws-kb-retrieval-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for