Mcp server bash script?

Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:

:white_check_mark: Check the forum to ensure the issue hasn’t been reported already
:lady_beetle: Provide a clear description of the bug
:counterclockwise_arrows_button: Explain how to reproduce the bug (if known)
:camera: Attach screenshots or recordings (e.g., .jpg, .png, .mp4).
:laptop: Tell us your operating system and your Cursor version (e.g., Windows, 0.x.x).
:prohibited: Tell us if the issue stops you from using Cursor.

#!/bin/bash
TARGET_DIR=PATH/mcp-server-tavily-main/
cd "${TARGET_DIR}"
export TAVILY_API_KEY="txxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export PYTHONIOENCODING=utf-8
uv --directory $PWD run tavily-search
{
    "mcpServers": {
      "server": {
        "command": "/home/seyed/Documents/end_week/mcp/.conda/bin/python3",
        "args": ["websocket_server.py"],
        "env": {
          "API_KEY": "value"
        }
      },
      "tavily": {
        "command": "/bin/bash",
        "args": ["script.sh"]
      }
    }
  }

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.