Provides Model Context Protocol (MCP) servers for file searching and speech-to-text conversion.
This repository offers two distinct Model Context Protocol (MCP) servers: File Finder, which allows users to locate files by searching for text fragments within their names; and Whisper STT, which transcribes audio data into text, leveraging the faster-whisper library and offering automatic language detection. Both servers can be deployed directly via Node.js or through a Python HTTP server with an MCP proxy, and integrated with VS Code using the Cline extension. The Whisper STT server leverages faster-whisper and provides language detection.