MCP.so
登录

Aws Kb Retrieval Server

@modelcontextprotocol

关于 Aws Kb Retrieval Server

Model Context Protocol Servers

基本信息

分类

云与基础设施

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

modelcontextprotocol

提交者

idoubi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

1

Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.

概览

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

评论

云与基础设施 分类下的更多 MCP 服务器