Token导航 LogoToken导航TokenDH.com
Amazon Q Index MCP logo
开发工具stdio官方级别未说明来源级核验

Amazon Q Index MCP

MCP Server

MCP Server using Amazon Q Business Cross App index

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
模型上下文PythonClaude DesktopClaudeClaude Desktop

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

windson

提供方

windson

最后核验

2026/5/18 02:14

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python mcp_server.py

详细介绍

使用Amazon Q Business跨应用索引的MCP服务器

这是Acme公司的MCP(模型上下文提供程序)服务器,它使用Amazon Q Business的跨应用程序索引。

先决条件

将数据上传到S3

上传中存在的文件 synthetic_data 将目录添加到S3,并将其用作您在TVM设置中创建的Q Business APP的数据源。

(代币自动售货机)TVM设置

设置 amzn-q-auth-tvm 来自存储库https://github.com/aws-samples/custom-ui-tvm-amazon-q-business

复制以下内容 cdk-outputs.json 成功部署后生成 amzn-q-auth-tvmtvm_values.json 此存储库的文件。无需配置QUI。

配置

在此模块的根目录下创建.env文件。

touch .env

应用程序使用环境变量进行配置。您可以在 .env 文件:

REGION=us-east-1
Q_BUSINESS_APP_NAME=REPLACE_WITH_YOUR_Q_BUSINESS_APP_NAME

UV设置和运行

此项目使用 uv 用于依赖管理,而不是传统的Python venv。

对于Mac,你 必须brew install uv 以获得流畅的MCP体验。否则,您可能会遇到 ENOENT挑战

brew install uv

运行服务器

您可以使用提供的脚本运行服务器:

./run_with_uv.sh

此脚本将:

  1. 如果紫外线环境不存在,则创建一个紫外线环境
  2. 安装所需的依赖项
  3. 运行MCP服务器

手动设置

如果您更喜欢手动设置:

# Create and activate uv environment
uv venv .uv
source .uv/bin/activate

# Install dependencies
uv pip install boto3 "mcp[cli]" requests fastmcp httpx python-dotenv

# Run the server
python mcp_server.py

所需套餐

  • 投票3
  • mcp\[cli\]
  • 请求:
  • fastmcp
  • httpx
  • python dotenv

测试客户端

python test_mcp_client.py

根据门票提出的问题 synthetic_data 目录

What are some of the reasons of keyboard failure?
What are software installation issues caused by?
What is the remediation of password not working?
What do I do if I am unable to access my backup files?

What immediate action did AnyCompany take to improve the Voice receptionist service while discussing the upgrade?
During which hours did Michael Chen notice the most significant delays?

安装和配置Claude Desktop

下载并安装 克劳德桌面 对于您的操作系统。 按照以下步骤完成MCP主机设置 适用于Claude桌面用户 导游。

关闭对已同步数据的固定响应的Web搜索。

alt text

alt text

目录标签

目录标签

模型上下文PythonClaude Desktopdeveloper-toolsamazonmcpraggenerative-aigenairetrieval-augmented-generationq-business企业数据查询本地部署问题解答AmazonQBusiness

支持客户端

ClaudeClaude Desktop

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP