Thanks for reporting a bug you have found in Cursor!
Please add the following info to help us diagnose your issue:
Check the forum to ensure the issue hasn’t been reported already
Provide a clear description of the bug
Explain how to reproduce the bug (if known)
Attach screenshots or recordings (e.g.,
.jpg
, .png
, .mp4
).
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
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"]
}
}
}