Description of bug:
When Cursor IDE starts, it displays multiple command prompt windows for MCP servers despite having windowsHide:true and detached:true configuration options set. These windows appear on startup and remain open while using Cursor.
Steps to reproduce:
- Configure MCP servers in cursor configuration with windowsHide:true and detached:true options
- Start Cursor IDE
- Observe multiple command prompt windows opening and remaining open
Environment:
- Windows 11
- Cursor version: 0.46.8
Impact:
This issue doesnβt completely prevent using Cursor, but it creates a poor user experience with multiple command windows cluttering the desktop.
Additional context:
- Iβve tried various configurations including using NODE_NO_WINDOW environment variable
- The issue persists even with properly formatted JSON configuration
- Other users in the community forum have mentioned similar issues
- All MCP servers appear to be functioning correctly despite the window visibility issue