
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
notification-sound-windows
Advanced tools
A Windows notification sound player for Model Context Protocol (MCP) servers. This package provides simple audio playback functionality for Windows systems, enabling AI agents and applications to play sound notifications.
✨ Windows Focused This package is specifically designed and optimized for Windows systems, providing reliable audio notification capabilities.
git clone <repository-url>
cd notification-sound-windows
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
claude_desktop_config.json
:{
"mcpServers": {
"notification-sound": {
"command": "uv",
"args": [
"run",
"mcp-server-play-sound"
],
}
}
}
Environment variables (optional):
CUSTOM_SOUND_PATH
: Path to custom audio fileVOLUME_LEVEL
: Playback volume (0.0-1.0, default: 0.8)ENABLE_FALLBACK
: Enable fallback to default sound (default: true)AUDIO_DEVICE
: Specific audio output device name (e.g., "Mac Studio Speakers")play_notification_sound
Plays a notification sound to alert the user.
Parameters:
custom_sound_path
(optional): Path to custom audio filemessage
(optional): Context message for the notificationget_audio_status
Returns current audio system status and configuration.
test_audio_playback
Tests audio playback functionality.
Parameters:
use_custom
(optional): Test with custom sound if configuredlist_audio_devices
Lists all available audio output devices on the system.
Returns:
pytest tests/
MIT License - see the LICENSE file for details.
FAQs
Windows notification sound player for MCP servers
We found that notification-sound-windows demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.