
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
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments