Skip to content

Commit dcb996e

Browse files
authored
Fix Tavily docker (#115)
1 parent ff5a940 commit dcb996e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

apps/web/src/data/marketplace/mcps.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,22 @@ items:
487487
content: |
488488
{
489489
"command": "docker",
490-
"args": ["run", "-i", "--rm", "-e", "TAVILY_API_KEY", "tavily/mcp"],
490+
"args": [
491+
"run",
492+
"-i",
493+
"--rm",
494+
"-e",
495+
"TAVILY_API_KEY",
496+
"mcp/tavily"
497+
],
491498
"env": {
492499
"TAVILY_API_KEY": "{{TAVILY_API_KEY}}"
493500
}
494501
}
495502
parameters:
496503
- name: 'Tavily API Key'
497504
key: 'TAVILY_API_KEY'
498-
placeholder: 'your_tavily_api_key_here'
505+
placeholder: 'your-tavily-apikey-here'
499506
- id: 'gdrive'
500507
name: 'Google Drive'
501508
description: 'Enables searching, listing, and reading files from Google Drive, with automatic export of Google Workspace files to common formats like Markdown, CSV, and PNG.'

0 commit comments

Comments
 (0)