Home/Directory/Infrastructure/AWS Knowledge Base

AWS Knowledge Base

@awslabs · github.com/awslabs/mcp

Retrieval over Amazon Bedrock Knowledge Bases for grounded answers from your own AWS documents.

Editor TestedInfrastructurestdioToolscloud / remote auth
GitHub

Install one command

terminal
$ uvx awslabs.bedrock-kb-retrieval-mcp-server

Or add it with the Claude CLI: claude mcp add aws-kb

Requires uvx (install via pip install uv)

Tools exposed 3 tools

retrieve
list_knowledge_bases
get_data_source

Configuration generate & copy

Values are filled in locally in your browser — nothing is sent anywhere.

claude_desktop_config.json
{
  "mcpServers": {
    "aws-kb": {
      "command": "uvx",
      "args": ["awslabs.bedrock-kb-retrieval-mcp-server"],
      "env": {
        "AWS_PROFILE": "<your-aws-profile>",
        "AWS_REGION": "<your-aws-region>"
      }
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in Infrastructure
Compare
@cloudflare

Manage Workers, KV, R2, D1 and DNS. Deploy and inspect edge resources from a remote MCP endpoint.

InfrastructureSSEWrite auth
6.3k2w ago7 toolscloud
$npx -y mcp-remote https://observability.mcp.cloudflare.com/sse
Compare
@docker

List, run, stop and inspect containers and images via the local Docker engine socket.

InfrastructurestdioExecute no-auth
5.5k2mo ago6 toolslocal
$npx -y docker-mcp
Compare
@sentry

Pull issue details, stack traces and event context from Sentry to debug production errors in place.

InfrastructureHTTPRead-only auth
5.2k3w ago5 toolscloud
$npx -y @sentry/mcp-server@latest