Token导航 LogoToken导航TokenDH.com
watsonx MCP with webui logo
数据服务未说明官方级别未说明来源级核验

watsonx MCP with webui

MCP Server

基于watsonx.data的Claude-Watsonx-Studio快速启动服务,支持多种模型选择和工具配置,用于数据检索和分析。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
DockerClaude数据分析Claude

安装说明

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

作者 / 组织

rkarthik29

提供方

rkarthik29

最后核验

2026/5/17 20:21

快速接入

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

详细介绍

Claude Watsonx Studio快速入门

  1. 这是基于watsonx数据MCP检索服务器项目(https://github.com/IBM/ibm-watsonxdata-mcp-server)
  1. 先决条件
    ├── Copy .env.sample to .env and populate the config values.    
    ├── Watsonx.data service (lite is enough, in a region of your choice)            
    ├── A vaild data API key for a watsonx.data user.
         ├──Should have access to the cluster resources, catalog etc.
         └── Should have access to the presto and spark engines
    ├── Watsonx-ai project if you want to use ibm granite models.
    ├── Watson-ai project key.
    └── Some credit in your anthropic account if you want to use anthropic claude models.
  1. 编辑 .env 文件并添加您的API密钥:
   ANTHROPIC_API_KEY= # if you want to use claude models

   # Base URL for watsonx.data service, this would be different for each region.
   # needed to configure MCP tool
   WATSONX_DATA_BASE_URL=https://us-south.lakehouse.cloud.ibm.com/lakehouse/api/
   WATSONX_DATA_API_KEY=#This is needed to connect to watsonx.data services
   WATSONX_DATA_INSTANCE_ID=
   #Watsonx-ai settings need if you want to use the ibm granite models.
   WATSONX_API_KEY=
   WATSONX_PROJECT_ID=

   #URL for watsonx ai and ml service, region specific.
   WATSONX_URL=https://us-south.ml.cloud.ibm.com

   #change these if you want a different login than default.
   WEBUI_ADMIN_EMAIL=admin@ibm.com #default, change if you want a different user.
   WEBUI_ADMIN_PASSWORD=pass123 #default, change if you want a different user.
   WEBUI_ADMIN_NAME=Admin #default, change if you want a different user.
  1. 运行:

docker组成-up-d

  1. 打开http://localhost:3000
  1. 开始新的聊天,确保根据您的配置选择您选择的型号。
  1. 确保选择了MCP工具,以便模型可以利用它。
  1. 开始和克劳德聊起你的watsonx.data吧! 🎉

目录标签

目录标签

DockerClaude数据分析Dockerfile本地部署数据检索模型选择工具配置watsonx.data

支持客户端

Claude

接入字段

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

未说明

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

api-key

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明api-key部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP