aws-kb-retrieval-server

aws-kb-retrieval-server

Created by modelcontextprotocol 2 months ago 12 views 🔗

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime

Featured Trending New
# AWS KB Retrieval MCP Server The AWS KB Retrieval MCP Server provides tools to retrieve information from AWS Knowledge Bases using the Bedrock Agent Runtime. ## Features - Document retrieval from knowledge bases - Semantic search capabilities - Relevance scoring - Query optimization - Document metadata access - Citation and source tracking ## Authentication To use this server, you need AWS credentials with appropriate permissions. ## Setup ```bash export AWS_ACCESS_KEY_ID=your_access_key export AWS_SECRET_ACCESS_KEY=your_secret_key export AWS_REGION=your_region npx @modelcontextprotocol/server-aws-kb-retrieval ``` ## Use Cases - Document retrieval and analysis - Knowledge management - Customer support automation - Self-service information access - Internal knowledge sharing