AWS Bedrock: Knowledge Base
Summary
This AWS Knowledge Base Retrieval MCP server, developed by the Model Context Protocol team, enables AI assistants to access information from AWS Knowledge Bases using the Bedrock Agent Runtime. It provides a tool for performing retrieval-augmented generation (RAG) operations, allowing queries against specified knowledge bases and retrieval of multiple results. The server integrates seamlessly with AWS services, requiring proper AWS credentials configuration. By connecting AI capabilities with AWS knowledge repositories, this implementation empowers AI systems to leverage curated information sources. It is particularly useful for building AI assistants that need access to company-specific knowledge, technical documentation, or any scenario where an AI system benefits from retrieving contextual information from AWS-managed knowledge bases.
Available Actions(1)
retrieve_from_aws_kb
Perform retrieval operations using the AWS Knowledge Base. Inputs: query (string): The search query for retrieval, knowledgeBaseId (string): The ID of the AWS Knowledge Base, n (number, optional): Number of results to retrieve (default: 3).
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论