File Finder & Whisper STT
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.
주요 기능
- File Finder MCP Server: Search files by text fragments in their names.
- Offers integration with VS Code via the Cline extension.
- Supports direct Node.js deployment or HTTP server deployment with MCP proxy.
- 0 GitHub stars
- Whisper STT MCP Server: Transcribe audio data to text using faster-whisper.
- Automatic language detection for audio transcription in Whisper STT server.
사용 사례
- Convert audio recordings into text for documentation or analysis.
- Quickly locate files containing specific terms in their names.
- Integrate file searching and speech-to-text functionalities into VS Code workflows.