
Aws Kb Retrieval Server
@modelcontextprotocol
About Aws Kb Retrieval Server
Model Context Protocol Servers
Basic information
Category
Cloud & Infrastructure
License
NOASSERTION
Runtime
node
Transports
stdio
Publisher
modelcontextprotocol
Submitted by
idoubi
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aws-kb-retrieval": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AWS_ACCESS_KEY_ID",
"-e",
"AWS_SECRET_ACCESS_KEY",
"-e",
"AWS_REGION",
"mcp/aws-kb-retrieval-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_HERE",
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY_HERE",
"AWS_REGION": "YOUR_AWS_REGION_HERE"
}
}
}
}Tools
1Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.
Overview
What is Aws Kb Retrieval Server?
—
How to use Aws Kb Retrieval Server?
—
Key features of Aws Kb Retrieval Server
—
Use cases of Aws Kb Retrieval Server
—
FAQ from Aws Kb Retrieval Server
—
—
—
—
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments