NiWaRe commited on
Commit
c1cdb02
·
verified ·
1 Parent(s): 7b2da21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -54,7 +54,7 @@ This MCP server can be deployed in three ways:
54
 
55
  Use our publicly hosted server on Hugging Face Spaces - no installation needed!
56
 
57
- **Server URL:** `https://niware-wandb-mcp-server.hf.space/mcp`
58
 
59
  Configure your MCP client to connect to the hosted server with your W&B API key as authentication. See the [Client Configuration](#mcp-client-configuration-for-hosted-server) section below for details.
60
 
@@ -146,7 +146,7 @@ Add to `.cursor/mcp.json` or `~/.cursor/mcp.json`:
146
  "mcpServers": {
147
  "wandb": {
148
  "transport": "http",
149
- "url": "https://niware-wandb-mcp-server.hf.space/mcp",
150
  "headers": {
151
  "Authorization": "Bearer YOUR_WANDB_API_KEY",
152
  "Accept": "application/json, text/event-stream"
@@ -165,7 +165,7 @@ Replace `YOUR_WANDB_API_KEY` with your actual W&B API key from [wandb.ai/authori
165
  1. Go to LeChat Settings → Custom MCP Connectors
166
  2. Click "Add MCP Connector"
167
  3. Configure with:
168
- - **Server URL**: `https://niware-wandb-mcp-server.hf.space/mcp`
169
  - **Authentication**: Choose "API Key Authentication"
170
  - **Token**: Enter your W&B API key
171
  </details>
@@ -342,7 +342,7 @@ claude mcp add wandb -e WANDB_API_KEY=your-api-key -- uvx --from git+https://git
342
 
343
  <details>
344
  <summary><b>🌐 ChatGPT, LeChat, Claude</b></summary>
345
- Try our hosted public version: [HF Spaces](https://huggingface.co/spaces/NiWaRe/wandb-mcp-server)
346
 
347
  This version allows you to configure your WANDB_API_KEY directly in the interface to access your own projects or to work with all publich projects otherwise. Follow the instructions in the space to add it to LeChat, ChatGPT, or Claude. We'll have an official hosted version soon.
348
  </details>
 
54
 
55
  Use our publicly hosted server on Hugging Face Spaces - no installation needed!
56
 
57
+ **Server URL:** `https://wandb-wandb-mcp-server.hf.space/mcp`
58
 
59
  Configure your MCP client to connect to the hosted server with your W&B API key as authentication. See the [Client Configuration](#mcp-client-configuration-for-hosted-server) section below for details.
60
 
 
146
  "mcpServers": {
147
  "wandb": {
148
  "transport": "http",
149
+ "url": "https://wandb-wandb-mcp-server.hf.space/mcp",
150
  "headers": {
151
  "Authorization": "Bearer YOUR_WANDB_API_KEY",
152
  "Accept": "application/json, text/event-stream"
 
165
  1. Go to LeChat Settings → Custom MCP Connectors
166
  2. Click "Add MCP Connector"
167
  3. Configure with:
168
+ - **Server URL**: `https://wandb-wandb-mcp-server.hf.space/mcp`
169
  - **Authentication**: Choose "API Key Authentication"
170
  - **Token**: Enter your W&B API key
171
  </details>
 
342
 
343
  <details>
344
  <summary><b>🌐 ChatGPT, LeChat, Claude</b></summary>
345
+ Try our hosted public version: [HF Spaces](https://wandb-wandb-mcp-server.hf.space)
346
 
347
  This version allows you to configure your WANDB_API_KEY directly in the interface to access your own projects or to work with all publich projects otherwise. Follow the instructions in the space to add it to LeChat, ChatGPT, or Claude. We'll have an official hosted version soon.
348
  </details>