AWS Knowledge Base Retrieval MCP Server

AWS Bedrock Knowledge Base MCP Server,让 AI 通过语义搜索查询 AWS Bedrock 托管的知识库。适合企业已将文档存储在 AWS 生态中的 RAG 方案,支持混合搜索和元数据过滤。

返回 MCP 专区
开发工具官方维护

AWS Knowledge Base Retrieval

780 stars

AWS Bedrock Knowledge Base MCP Server,让 AI 通过语义搜索查询 AWS Bedrock 托管的知识库。适合企业已将文档存储在 AWS 生态中的 RAG 方案,支持混合搜索和元数据过滤。

安装与配置

安装命令

npx @modelcontextprotocol/server-aws-kb-retrieval

Cursor / Claude Desktop 配置(mcp.json

{
  "mcpServers": {
    "AWS Knowledge Base Retrieval": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/server-aws-kb-retrieval"
      ]
    }
  }
}

典型使用场景

查看源码 / 官方文档

访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。

在 GitHub 上查看

相关 MCP Server