whisper-windows-mcp 2.0.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +42 -0
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +29 -0
  3. package/.github/ISSUE_TEMPLATE/gpu_test_result.md +32 -0
  4. package/.github/pull_request_template.md +28 -0
  5. package/CODE_OF_CONDUCT.md +30 -0
  6. package/CONTRIBUTING.md +89 -0
  7. package/PRIVACY.es.md +135 -0
  8. package/PRIVACY.id.md +135 -0
  9. package/PRIVACY.ja.md +135 -0
  10. package/PRIVACY.ko.md +135 -0
  11. package/PRIVACY.md +135 -0
  12. package/PRIVACY.pt-BR.md +135 -0
  13. package/PRIVACY.uk.md +135 -0
  14. package/PRIVACY.vi.md +135 -0
  15. package/README.es.md +393 -0
  16. package/README.id.md +393 -0
  17. package/README.ja.md +181 -89
  18. package/README.ko.md +393 -0
  19. package/README.md +67 -12
  20. package/README.pt-BR.md +393 -0
  21. package/README.uk.md +393 -0
  22. package/README.vi.md +393 -0
  23. package/ROADMAP.es.md +192 -0
  24. package/ROADMAP.id.md +290 -0
  25. package/ROADMAP.ja.md +222 -41
  26. package/ROADMAP.ko.md +287 -0
  27. package/ROADMAP.pt-BR.md +287 -0
  28. package/ROADMAP.uk.md +291 -0
  29. package/ROADMAP.vi.md +287 -0
  30. package/SECURITY.es.md +47 -0
  31. package/SECURITY.id.md +47 -0
  32. package/SECURITY.ja.md +47 -0
  33. package/SECURITY.ko.md +47 -0
  34. package/SECURITY.md +47 -0
  35. package/SECURITY.pt-BR.md +47 -0
  36. package/SECURITY.uk.md +47 -0
  37. package/SECURITY.vi.md +47 -0
  38. package/TROUBLESHOOTING.es.md +323 -0
  39. package/TROUBLESHOOTING.id.md +323 -0
  40. package/TROUBLESHOOTING.ja.md +77 -0
  41. package/TROUBLESHOOTING.ko.md +323 -0
  42. package/TROUBLESHOOTING.pt-BR.md +323 -0
  43. package/TROUBLESHOOTING.uk.md +323 -0
  44. package/TROUBLESHOOTING.vi.md +323 -0
  45. package/dist/index.js +555 -30
  46. package/glama.json +6 -0
  47. package/package.json +9 -2
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: Bug report
3
+ about: Something isn't working correctly
4
+ title: '[BUG] '
5
+ labels: bug
6
+ assignees: ''
7
+ ---
8
+
9
+ ## What happened
10
+
11
+ <!-- Describe what went wrong -->
12
+
13
+ ## Steps to reproduce
14
+
15
+ 1.
16
+ 2.
17
+ 3.
18
+
19
+ ## Expected behavior
20
+
21
+ <!-- What should have happened instead -->
22
+
23
+ ## Environment
24
+
25
+ - **OS:** Windows [version — run `winver`]
26
+ - **Node.js:** [run `node --version`]
27
+ - **whisper-windows-mcp version:** [shown in Claude Desktop Settings → Developer]
28
+ - **GPU:** [model name]
29
+ - **Vulkan build:** Yes / No
30
+ - **Model:** [e.g. ggml-medium.en.bin, ggml-large-v3.bin]
31
+
32
+ ## Error output
33
+
34
+ <!-- Paste any error messages here -->
35
+
36
+ ```
37
+ error output here
38
+ ```
39
+
40
+ ## Additional context
41
+
42
+ <!-- Anything else that might help — file format, file duration, language, etc. -->
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest a new feature or improvement
4
+ title: '[FEATURE] '
5
+ labels: enhancement
6
+ assignees: ''
7
+ ---
8
+
9
+ ## What problem would this solve
10
+
11
+ <!-- Describe the use case. What are you trying to do that isn't possible or is difficult right now? -->
12
+
13
+ ## Proposed solution
14
+
15
+ <!-- How would you like this to work? Be as specific as you can. -->
16
+
17
+ ## Alternatives considered
18
+
19
+ <!-- Have you tried other approaches? What didn't work? -->
20
+
21
+ ## Hardware context
22
+
23
+ <!-- Relevant if this is GPU/model related -->
24
+ - GPU:
25
+ - Model size you're using:
26
+
27
+ ## Additional context
28
+
29
+ <!-- Anything else — links to similar implementations, whisper.cpp flags that might support this, etc. -->
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: GPU test result
3
+ about: Share your GPU acceleration test results to help other users
4
+ title: '[GPU] '
5
+ labels: hardware-report
6
+ assignees: ''
7
+ ---
8
+
9
+ ## Hardware
10
+
11
+ - **GPU:**
12
+ - **VRAM:**
13
+ - **CPU:**
14
+ - **RAM:**
15
+
16
+ ## Test
17
+
18
+ - **Model used:** [e.g. ggml-medium.en.bin, ggml-large-v3.bin]
19
+ - **File duration:** [e.g. 5 minutes]
20
+ - **Language:**
21
+
22
+ ## Results
23
+
24
+ - **GPU utilization during transcription:** [e.g. 20%]
25
+ - **Time to complete:**
26
+ - **CPU utilization during transcription:**
27
+ - **Vulkan build:** Yes / No
28
+ - **Any issues:**
29
+
30
+ ## Notes
31
+
32
+ <!-- Anything else worth knowing for users with similar hardware -->
@@ -0,0 +1,28 @@
1
+ ## What this PR does
2
+
3
+ <!-- Brief description of the change -->
4
+
5
+ ## Type of change
6
+
7
+ - [ ] Bug fix
8
+ - [ ] New feature
9
+ - [ ] Documentation update
10
+ - [ ] Performance improvement
11
+ - [ ] Other
12
+
13
+ ## Testing
14
+
15
+ - [ ] Tested on Windows
16
+ - [ ] Built successfully (`npm run build`)
17
+ - [ ] Tested in Claude Desktop with a real audio file
18
+
19
+ ## Checklist
20
+
21
+ - [ ] Version bumped in `package.json` and `src/index.ts`
22
+ - [ ] README updated if new tools or parameters added
23
+ - [ ] TROUBLESHOOTING.md updated if fixing a known issue
24
+ - [ ] No new external runtime dependencies added
25
+
26
+ ## Related issues
27
+
28
+ <!-- Closes #xxx -->
@@ -0,0 +1,30 @@
1
+ # Code of Conduct
2
+
3
+ ## Our standards
4
+
5
+ This project is built to be useful to a wide range of people — developers, journalists, legal professionals, researchers, language students, video editors, and anyone else who needs local audio transcription on Windows.
6
+
7
+ We expect contributors and community members to:
8
+
9
+ - Be respectful and constructive in issues and pull requests
10
+ - Focus feedback on the work, not the person
11
+ - Accept that different people have different use cases and hardware setups
12
+ - Help newcomers get set up — not everyone is a developer
13
+
14
+ ## Unacceptable behavior
15
+
16
+ - Harassment, personal attacks, or discriminatory language
17
+ - Dismissing bug reports because they involve non-English languages or non-NVIDIA hardware
18
+ - Spam or off-topic promotion
19
+
20
+ ## Enforcement
21
+
22
+ Issues or pull requests that violate these standards will be closed. Repeat violations may result in being blocked from the repository.
23
+
24
+ ## Reporting
25
+
26
+ If you experience or witness unacceptable behavior, open a private vulnerability report or contact the maintainer directly through GitHub.
27
+
28
+ ---
29
+
30
+ This Code of Conduct is intentionally minimal. The goal is a functional, welcoming project — not bureaucracy.
@@ -0,0 +1,89 @@
1
+ # Contributing to whisper-windows-mcp
2
+
3
+ Thanks for your interest in contributing. This is a Windows-native MCP server for local audio transcription — contributions that improve Windows compatibility, GPU support, and usability for non-technical users are especially welcome.
4
+
5
+ ---
6
+
7
+ ## Before you start
8
+
9
+ Check the [open issues](https://github.com/eviscerations/whisper-windows-mcp/issues) before starting work to avoid duplicating effort. If you want to work on something not listed, open an issue first to discuss it.
10
+
11
+ See [ROADMAP.md](ROADMAP.md) for planned features and known bugs.
12
+
13
+ ---
14
+
15
+ ## What we need most
16
+
17
+ - **GPU acceleration testing** — if you've tested on NVIDIA, Intel Arc, or AMD hardware not listed in the README, please share your results (GPU model, VRAM, model size, observed throughput)
18
+ - **Bug reports with reproduction steps** — especially for Windows-specific issues
19
+ - **Multilingual testing** — results with non-English audio and the large-v3 model
20
+ - **Documentation improvements** — especially for non-English speakers
21
+
22
+ ---
23
+
24
+ ## Development setup
25
+
26
+ ```
27
+ git clone https://github.com/eviscerations/whisper-windows-mcp
28
+ cd whisper-windows-mcp
29
+ npm install
30
+ npm run build
31
+ ```
32
+
33
+ The server is a single TypeScript file at `src/index.ts`. The compiled output goes to `dist/`.
34
+
35
+ To test locally, update your `claude_desktop_config.json` to point at the local build:
36
+
37
+ ```json
38
+ {
39
+ "mcpServers": {
40
+ "whisper": {
41
+ "command": "node",
42
+ "args": ["C:\\path\\to\\whisper-windows-mcp\\dist\\index.js"],
43
+ "env": {
44
+ "WHISPER_CLI_PATH": "C:\\whisper\\Release\\whisper-cli.exe",
45
+ "WHISPER_MODEL": "C:\\whisper\\models\\ggml-medium.en.bin"
46
+ }
47
+ }
48
+ }
49
+ }
50
+ ```
51
+
52
+ Restart Claude Desktop after each build to pick up changes.
53
+
54
+ ---
55
+
56
+ ## Pull request guidelines
57
+
58
+ - Keep PRs focused — one fix or feature per PR
59
+ - Test on Windows (this is a Windows-only tool)
60
+ - If adding a new tool, update the tool list in README.md
61
+ - If fixing a bug, add a note to TROUBLESHOOTING.md if it's something other users will hit
62
+ - Bump the version in `package.json` and the version string in `src/index.ts` before submitting
63
+
64
+ ---
65
+
66
+ ## Code style
67
+
68
+ - TypeScript, no external runtime dependencies beyond `@modelcontextprotocol/sdk`
69
+ - All file I/O must handle non-ASCII filenames (Unicode, Japanese, Chinese, emoji)
70
+ - New tools go in the `CallToolRequestSchema` handler following the existing pattern
71
+ - Error messages should be actionable — tell the user what to do, not just what went wrong
72
+
73
+ ---
74
+
75
+ ## Reporting bugs
76
+
77
+ Open an issue with:
78
+ - Your OS version (`winver`)
79
+ - Node.js version (`node --version`)
80
+ - whisper-windows-mcp version
81
+ - GPU model and whether you're using the Vulkan build
82
+ - Exact steps to reproduce
83
+ - Full error output if available
84
+
85
+ ---
86
+
87
+ ## License
88
+
89
+ By contributing, you agree that your contributions will be licensed under the MIT license.
package/PRIVACY.es.md ADDED
@@ -0,0 +1,135 @@
1
+ # Arquitectura de Privacidad — whisper-windows-mcp
2
+
3
+ Este documento describe qué datos permanecen en tu máquina, qué datos la abandonan y cómo configurar la herramienta para contenido regulado o sensible.
4
+
5
+ ---
6
+
7
+ ## La garantía central
8
+
9
+ whisper-windows-mcp está construido sobre una arquitectura que prioriza lo local. **Los archivos de audio y video nunca salen de tu máquina.** La transcripción se ejecuta completamente en tu hardware usando whisper.cpp — ningún servicio en la nube, conexión a internet ni llamada a API están involucrados en la transcripción en sí.
10
+
11
+ Esta garantía es incondicional para archivos multimedia.
12
+
13
+ ---
14
+
15
+ ## Datos que siempre permanecen locales
16
+
17
+ | Datos | ¿Sale de la máquina? |
18
+ |---|---|
19
+ | Archivos de audio | ❌ Nunca |
20
+ | Archivos de video | ❌ Nunca |
21
+ | Archivos de modelo Whisper | ❌ Nunca |
22
+ | Archivos WAV de conversión temporal | ❌ Nunca (eliminados tras la transcripción) |
23
+ | Archivos de estado de lotes y tareas | ❌ Nunca |
24
+ | Archivos de transcripción `.txt` / `.srt` en disco | ❌ Nunca |
25
+
26
+ ---
27
+
28
+ ## Datos que pueden salir de la máquina (comportamiento predeterminado)
29
+
30
+ Cuando una respuesta de herramienta incluye texto de transcripción, ese texto es devuelto a Claude Desktop y procesado por la API de Anthropic. Este es el comportamiento estándar de MCP — el texto viaja desde el servidor MCP local al modelo de Claude a través de la red.
31
+
32
+ | Datos | ¿Sale de la máquina? |
33
+ |---|---|
34
+ | Texto de transcripción devuelto en línea en respuestas de herramientas | ✅ Sí, de forma predeterminada |
35
+ | Texto de transcripción subido directamente a Claude como archivo | ✅ Sí (fuera del MCP) |
36
+
37
+ Esta brecha existe entre la garantía "ningún dato sale de tu máquina" de la herramienta y el comportamiento real cuando le pides a Claude que lea, resuma o analice una transcripción. La mayoría de los usuarios — quienes transcriben contenido público como videos de YouTube, podcasts o grabaciones de streaming — no se ven afectados por esta distinción.
38
+
39
+ Para usuarios que manejan grabaciones privadas, confidenciales o reguladas, esta distinción importa.
40
+
41
+ ---
42
+
43
+ ## Modo de Privacidad (planificado — aún no implementado)
44
+
45
+ Una variable de entorno `WHISPER_PRIVACY_MODE` está planificada para un release futuro. Cuando esté activada:
46
+
47
+ - Todas las respuestas de herramientas devolverán solo metadatos: nombre de archivo, duración, conteo de palabras, estado de completado
48
+ - Ningún texto de transcripción será incluido en ninguna respuesta de herramienta
49
+ - Claude no podrá leer, analizar ni retransmitir contenido de transcripción de ninguna forma
50
+ - Las transcripciones existirán solo como archivos `.txt` locales en disco
51
+
52
+ Este modo está diseñado para implementaciones jurídicas, médicas, financieras y corporativas donde el contenido de transcripción no debe salir del entorno local bajo ninguna circunstancia.
53
+
54
+ **Configuración planificada:**
55
+
56
+ ```json
57
+ {
58
+ "mcpServers": {
59
+ "whisper": {
60
+ "command": "npx",
61
+ "args": ["-y", "whisper-windows-mcp"],
62
+ "env": {
63
+ "WHISPER_CLI_PATH": "C:\\whisper\\Release\\whisper-cli.exe",
64
+ "WHISPER_MODEL": "C:\\whisper\\models\\ggml-large-v3.bin",
65
+ "WHISPER_PRIVACY_MODE": "true"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ ```
71
+
72
+ Hasta que este recurso esté disponible: si necesitas analizar contenido de transcripción sin transmitirlo a la API de Claude, abre el archivo `.txt` directamente en un editor de texto local o herramienta de procesamiento.
73
+
74
+ ---
75
+
76
+ ## Orientación para sectores regulados
77
+
78
+ Lo siguiente es solo información general. Los autores de esta herramienta no son abogados. Los usuarios son los únicos responsables del cumplimiento de las leyes y regulaciones aplicables. En caso de duda, consulta con un abogado calificado antes de transcribir contenido regulado.
79
+
80
+ ### HIPAA (EE.UU. — salud)
81
+ Los proveedores de salud, aseguradoras y sus socios comerciales tienen prohibido transmitir Información de Salud Protegida (PHI) a terceros no autorizados sin un Acuerdo de Socio Comercial (BAA). Anthropic no ofrece HIPAA BAA para el uso de la API de consumidor de Claude.
82
+
83
+ **Casos de uso afectados:** Consultas de pacientes, notas clínicas, sesiones de terapia, llamadas de reclamaciones de seguros, grabaciones administrativas de hospitales.
84
+
85
+ **Recomendación actual:** No transcribas audio de pacientes y luego pidas a Claude que resuma o analice la transcripción a menos que tu organización haya establecido un arreglo de procesamiento compatible. Usa `WHISPER_PRIVACY_MODE` cuando esté disponible.
86
+
87
+ ### GDPR (UE/EEE)
88
+ Los datos personales de residentes de la UE no pueden transferirse a procesadores terceros sin consentimiento explícito y base legal para el procesamiento. El texto de transcripción que contenga nombres, ubicaciones o cualquier información de identificación constituye datos personales bajo el GDPR.
89
+
90
+ **Casos de uso afectados:** Entrevistas, reuniones, grabaciones de call center, procedimientos judiciales que involucren a residentes de la UE.
91
+
92
+ **Recomendación actual:** Ten en cuenta que subir transcripciones que contengan datos personales de residentes de la UE a Claude puede tener implicaciones en el GDPR dependiendo de tu rol y propósito de procesamiento.
93
+
94
+ ### Privilegio Abogado-Cliente (EE.UU., Reino Unido, Australia y la mayoría de las jurisdicciones de derecho común)
95
+ Las comunicaciones entre abogados y clientes son legalmente privilegiadas. La divulgación a terceros no autorizados puede renunciar al privilegio. No existe precedente legal establecido que proteja las comunicaciones abogado-cliente cuando son procesadas por APIs de IA comerciales.
96
+
97
+ **Casos de uso afectados:** Deposiciones legales, consultas con clientes, grabaciones de estrategia interna, entrevistas con testigos.
98
+
99
+ **Recomendación actual:** Los abogados que transcriban comunicaciones privilegiadas no deben subir esas transcripciones a Claude para análisis sin revisión legal independiente de las implicaciones para el privilegio.
100
+
101
+ ### FERPA (EE.UU. — educación)
102
+ Los registros educativos de estudiantes están protegidos. Las escuelas y universidades no pueden divulgar información identificable de estudiantes a terceros sin consentimiento.
103
+
104
+ **Casos de uso afectados:** Clases grabadas, sesiones de orientación de estudiantes, audiencias académicas, reuniones de IEP.
105
+
106
+ ### SOX (EE.UU. — empresas públicas)
107
+ Las comunicaciones financieras de empresas públicas están sujetas a requisitos de mantenimiento de registros y confidencialidad. La información material no pública (MNPI) no puede divulgarse de forma selectiva.
108
+
109
+ **Casos de uso afectados:** Grabaciones de earnings calls, transcripciones de reuniones del consejo, comunicaciones con inversores, discusiones de estrategia financiera interna.
110
+
111
+ ### PCI-DSS
112
+ Los datos de tarjetas de pago no pueden almacenarse ni transmitirse en entornos no seguros. Las grabaciones de voz de números de tarjeta durante transacciones están en el alcance.
113
+
114
+ **Casos de uso afectados:** Grabaciones de call center, llamadas de atención al cliente que involucren procesamiento de pagos.
115
+
116
+ ### Protecciones de Secreto Comercial / NDA
117
+ La información comercial confidencial, fórmulas propietarias, detalles de productos no lanzados e información de personal pueden estar protegidos por contrato o ley.
118
+
119
+ **Casos de uso afectados:** Reuniones de estrategia corporativa, discusiones de I+D, llamadas de due diligence de M&A, procedimientos de RRHH.
120
+
121
+ ---
122
+
123
+ ## Subir archivos de transcripción directamente a Claude
124
+
125
+ Cuando subes un archivo de transcripción `.txt` directamente a Claude como adjunto — completamente fuera de la herramienta MCP — el servidor MCP no tiene visibilidad y no puede aplicar ningún control de privacidad.
126
+
127
+ Subir una transcripción directamente a Claude es equivalente a enviar el contenido de audio a Anthropic. Ningún modo de privacidad ni protección futura a nivel de MCP se aplicará a subidas directas de archivos.
128
+
129
+ Los usuarios que manejan contenido regulado no deben subir transcripciones directamente a Claude. El único camino de análisis seguro para contenido regulado son las herramientas de procesamiento local que no transmiten contenido externamente.
130
+
131
+ ---
132
+
133
+ ## Reportar preocupaciones de privacidad
134
+
135
+ Si identificas un problema de privacidad o una brecha arquitectónica no cubierta aquí, usa el reporte privado de vulnerabilidades de GitHub en lugar de abrir una issue pública. Ver [SECURITY.md](SECURITY.md) para las instrucciones de reporte.
package/PRIVACY.id.md ADDED
@@ -0,0 +1,135 @@
1
+ # Arsitektur Privasi — whisper-windows-mcp
2
+
3
+ Dokumen ini menjelaskan data apa yang tetap di mesin Anda, data apa yang meninggalkan mesin, dan cara mengkonfigurasi alat untuk konten yang diatur atau sensitif.
4
+
5
+ ---
6
+
7
+ ## Jaminan Inti
8
+
9
+ whisper-windows-mcp dibangun di atas arsitektur yang mengutamakan lokal. **File audio dan video tidak pernah meninggalkan mesin Anda.** Transkripsi berjalan sepenuhnya di hardware Anda menggunakan whisper.cpp — tidak ada layanan cloud, tidak ada koneksi internet, tidak ada panggilan API yang terlibat dalam transkripsi itu sendiri.
10
+
11
+ Jaminan ini berlaku tanpa syarat untuk file media.
12
+
13
+ ---
14
+
15
+ ## Data yang Selalu Tersimpan Lokal
16
+
17
+ | Data | Meninggalkan mesin? |
18
+ |---|---|
19
+ | File audio | ❌ Tidak pernah |
20
+ | File video | ❌ Tidak pernah |
21
+ | File model Whisper | ❌ Tidak pernah |
22
+ | File WAV konversi sementara | ❌ Tidak pernah (dihapus setelah transkripsi) |
23
+ | File status batch dan tugas | ❌ Tidak pernah |
24
+ | File transkrip `.txt` / `.srt` di disk | ❌ Tidak pernah |
25
+
26
+ ---
27
+
28
+ ## Data yang Dapat Meninggalkan Mesin (perilaku default)
29
+
30
+ Saat respons alat menyertakan teks transkrip, teks tersebut dikembalikan ke Claude Desktop dan diproses oleh API Anthropic. Ini adalah perilaku MCP standar — teks berpindah dari server MCP lokal ke model Claude melalui jaringan.
31
+
32
+ | Data | Meninggalkan mesin? |
33
+ |---|---|
34
+ | Teks transkrip yang dikembalikan sebaris dalam respons alat | ✅ Ya, secara default |
35
+ | Teks transkrip yang diunggah langsung ke Claude sebagai file | ✅ Ya (di luar MCP) |
36
+
37
+ Celah ini ada antara jaminan "tidak ada data yang meninggalkan mesin" dari alat dan perilaku aktual saat Anda meminta Claude untuk membaca, meringkas, atau menganalisis transkrip. Sebagian besar pengguna — mereka yang mentranskrip konten publik seperti video YouTube, podcast, atau rekaman streaming — tidak terpengaruh oleh perbedaan ini.
38
+
39
+ Bagi pengguna yang menangani rekaman pribadi, rahasia, atau yang diatur, perbedaan ini penting.
40
+
41
+ ---
42
+
43
+ ## Mode Privasi (direncanakan — belum diimplementasikan)
44
+
45
+ Variabel lingkungan `WHISPER_PRIVACY_MODE` direncanakan untuk rilis mendatang. Saat diaktifkan:
46
+
47
+ - Semua respons alat hanya mengembalikan metadata: nama file, durasi, jumlah kata, status penyelesaian
48
+ - Tidak ada teks transkrip yang disertakan dalam respons alat mana pun
49
+ - Claude tidak dapat membaca, menganalisis, atau meneruskan konten transkrip dalam bentuk apa pun
50
+ - Transkrip hanya ada sebagai file `.txt` lokal di disk
51
+
52
+ Mode ini dirancang untuk penerapan hukum, medis, keuangan, dan perusahaan di mana konten transkrip tidak boleh meninggalkan lingkungan lokal dalam keadaan apa pun.
53
+
54
+ **Konfigurasi yang direncanakan:**
55
+
56
+ ```json
57
+ {
58
+ "mcpServers": {
59
+ "whisper": {
60
+ "command": "npx",
61
+ "args": ["-y", "whisper-windows-mcp"],
62
+ "env": {
63
+ "WHISPER_CLI_PATH": "C:\\whisper\\Release\\whisper-cli.exe",
64
+ "WHISPER_MODEL": "C:\\whisper\\models\\ggml-large-v3.bin",
65
+ "WHISPER_PRIVACY_MODE": "true"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ ```
71
+
72
+ Sampai fitur ini tersedia: jika Anda perlu menganalisis konten transkrip tanpa mengirimkannya ke API Claude, buka file `.txt` langsung di editor teks lokal atau alat pemrosesan.
73
+
74
+ ---
75
+
76
+ ## Panduan Industri yang Diatur
77
+
78
+ Berikut hanya informasi umum. Penulis alat ini bukan pengacara. Pengguna bertanggung jawab penuh atas kepatuhan terhadap hukum dan peraturan yang berlaku. Jika ragu, konsultasikan dengan penasihat hukum yang berkualifikasi sebelum mentranskrip konten yang diatur.
79
+
80
+ ### HIPAA (AS — layanan kesehatan)
81
+ Penyedia layanan kesehatan, perusahaan asuransi, dan mitra bisnis mereka dilarang mengirimkan Informasi Kesehatan Terlindungi (PHI) kepada pihak ketiga yang tidak berwenang tanpa Perjanjian Mitra Bisnis (BAA). Anthropic tidak menawarkan HIPAA BAA untuk penggunaan API konsumen Claude.
82
+
83
+ **Kasus penggunaan yang terpengaruh:** Konsultasi pasien, catatan klinis, sesi terapi, panggilan klaim asuransi, rekaman administratif rumah sakit.
84
+
85
+ **Rekomendasi saat ini:** Jangan mentranskrip audio pasien lalu meminta Claude meringkas atau menganalisis transkrip kecuali organisasi Anda telah menetapkan pengaturan pemrosesan yang patuh. Gunakan `WHISPER_PRIVACY_MODE` saat tersedia.
86
+
87
+ ### GDPR (EU/EEA)
88
+ Data pribadi penduduk EU tidak dapat ditransfer ke pemroses pihak ketiga tanpa persetujuan eksplisit dan dasar hukum untuk pemrosesan. Teks transkrip yang mengandung nama, lokasi, atau informasi pengidentifikasi apa pun merupakan data pribadi menurut GDPR.
89
+
90
+ **Kasus penggunaan yang terpengaruh:** Wawancara, rapat, rekaman call center, proses hukum yang melibatkan penduduk EU.
91
+
92
+ **Rekomendasi saat ini:** Perlu diketahui bahwa mengunggah transkrip yang mengandung data pribadi penduduk EU ke Claude mungkin berdampak pada GDPR tergantung pada peran dan tujuan pemrosesan Anda.
93
+
94
+ ### Hak Istimewa Pengacara-Klien (AS, Inggris, Australia, dan sebagian besar yurisdiksi hukum umum)
95
+ Komunikasi antara pengacara dan klien secara hukum memiliki hak istimewa. Pengungkapan kepada pihak ketiga yang tidak berwenang dapat menghilangkan hak istimewa. Tidak ada preseden hukum yang mapan yang melindungi komunikasi pengacara-klien saat diproses oleh API AI komersial.
96
+
97
+ **Kasus penggunaan yang terpengaruh:** Deposisi hukum, konsultasi klien, rekaman strategi internal, wawancara saksi.
98
+
99
+ **Rekomendasi saat ini:** Pengacara yang mentranskrip komunikasi yang memiliki hak istimewa tidak boleh mengunggah transkrip tersebut ke Claude untuk analisis tanpa tinjauan hukum independen mengenai implikasi hak istimewa.
100
+
101
+ ### FERPA (AS — pendidikan)
102
+ Catatan pendidikan siswa dilindungi. Sekolah dan universitas tidak dapat mengungkapkan informasi siswa yang dapat diidentifikasi kepada pihak ketiga tanpa persetujuan.
103
+
104
+ **Kasus penggunaan yang terpengaruh:** Kuliah yang direkam, sesi konseling siswa, sidang akademik, rapat IEP.
105
+
106
+ ### SOX (AS — perusahaan publik)
107
+ Komunikasi keuangan perusahaan publik tunduk pada persyaratan penyimpanan catatan dan kerahasiaan. Informasi non-publik material (MNPI) tidak dapat diungkapkan secara selektif.
108
+
109
+ **Kasus penggunaan yang terpengaruh:** Rekaman earnings call, transkrip rapat dewan, komunikasi investor, diskusi strategi keuangan internal.
110
+
111
+ ### PCI-DSS
112
+ Data kartu pembayaran tidak dapat disimpan atau dikirim di lingkungan yang tidak aman. Rekaman suara nomor kartu selama transaksi termasuk dalam cakupan.
113
+
114
+ **Kasus penggunaan yang terpengaruh:** Rekaman call center, panggilan layanan pelanggan yang melibatkan pemrosesan pembayaran.
115
+
116
+ ### Perlindungan Rahasia Dagang / NDA
117
+ Informasi bisnis rahasia, formula eksklusif, detail produk yang belum dirilis, dan informasi personalia mungkin dilindungi oleh kontrak atau hukum.
118
+
119
+ **Kasus penggunaan yang terpengaruh:** Rapat strategi perusahaan, diskusi R&D, panggilan due diligence M&A, proses HR.
120
+
121
+ ---
122
+
123
+ ## Mengunggah File Transkrip Langsung ke Claude
124
+
125
+ Saat Anda mengunggah file `.txt` transkrip langsung ke Claude sebagai lampiran file — sepenuhnya di luar alat MCP — server MCP tidak memiliki visibilitas dan tidak dapat menerapkan kontrol privasi apa pun.
126
+
127
+ Mengunggah transkrip langsung ke Claude setara dengan mengirim konten audio ke Anthropic. Tidak ada mode privasi atau perlindungan tingkat MCP di masa mendatang yang akan berlaku untuk unggahan file langsung.
128
+
129
+ Pengguna yang menangani konten yang diatur tidak boleh mengunggah transkrip langsung ke Claude. Satu-satunya jalur analisis yang aman untuk konten yang diatur adalah alat pemrosesan lokal yang tidak mengirimkan konten secara eksternal.
130
+
131
+ ---
132
+
133
+ ## Melaporkan Masalah Privasi
134
+
135
+ Jika Anda mengidentifikasi masalah privasi atau celah arsitektur yang tidak tercakup di sini, gunakan pelaporan kerentanan pribadi GitHub daripada membuka issue publik. Lihat [SECURITY.md](SECURITY.md) untuk instruksi pelaporan.
package/PRIVACY.ja.md ADDED
@@ -0,0 +1,135 @@
1
+ # プライバシーアーキテクチャ — whisper-windows-mcp
2
+
3
+ このドキュメントでは、どのデータがマシンに留まり、どのデータがマシンの外に出るか、そして規制対象または機密性の高いコンテンツに対してツールをどのように設定するかを説明します。
4
+
5
+ ---
6
+
7
+ ## コアな保証
8
+
9
+ whisper-windows-mcpはローカルファーストのアーキテクチャに基づいて構築されています。**音声・動画ファイルはマシンの外に出ることは一切ありません。** 文字起こしはwhisper.cppを使用してすべてローカルハードウェア上で実行されます — 文字起こし自体にクラウドサービス、インターネット接続、APIコールは不要です。
10
+
11
+ この保証はメディアファイルに対して無条件に適用されます。
12
+
13
+ ---
14
+
15
+ ## 常にローカルに留まるデータ
16
+
17
+ | データ | マシンの外に出るか |
18
+ |---|---|
19
+ | 音声ファイル | ❌ 出ない |
20
+ | 動画ファイル | ❌ 出ない |
21
+ | Whisperモデルファイル | ❌ 出ない |
22
+ | 一時WAV変換ファイル | ❌ 出ない(文字起こし後に削除) |
23
+ | バッチ状態・ジョブファイル | ❌ 出ない |
24
+ | ディスク上のトランスクリプト`.txt` / `.srt`ファイル | ❌ 出ない |
25
+
26
+ ---
27
+
28
+ ## デフォルトの動作でマシンの外に出る可能性があるデータ
29
+
30
+ ツールレスポンスにトランスクリプトテキストが含まれる場合、そのテキストはClaude Desktopに返され、AnthropicのAPIで処理されます。これは標準的なMCPの動作です — テキストはローカルMCPサーバーからClaudeのモデルへネットワークを通じて送信されます。
31
+
32
+ | データ | マシンの外に出るか |
33
+ |---|---|
34
+ | ツールレスポンスで返されるトランスクリプトテキスト | ✅ デフォルトで出る |
35
+ | Claudeにファイルとして直接アップロードされるトランスクリプト | ✅ 出る(MCPの外側) |
36
+
37
+ このギャップは、ツールの「データはマシンの外に出ない」という保証とトランスクリプトの分析や要約をClaudeに依頼した際の実際のデータフローの間に存在します。YouTubeの動画、ポッドキャスト、ストリーミング録画などの公開コンテンツを文字起こしするほとんどのユーザーには、この区別は影響しません。
38
+
39
+ プライベート、機密性の高い、または規制対象の録音を扱うユーザーにとっては、この区別が重要です。
40
+
41
+ ---
42
+
43
+ ## プライバシーモード(計画中 — 未実装)
44
+
45
+ 将来のリリースで`WHISPER_PRIVACY_MODE`環境変数が計画されています。有効化時:
46
+
47
+ - すべてのツールレスポンスはメタデータのみを返します:ファイル名、時間、単語数、完了状態
48
+ - どのツールレスポンスにもトランスクリプトテキストは含まれません
49
+ - Claudeはトランスクリプトの内容を読み取り、分析、または中継できません
50
+ - トランスクリプトはディスク上のローカル`.txt`ファイルとしてのみ存在します
51
+
52
+ このモードは医療、法律、金融、および企業向けデプロイメントで、トランスクリプトコンテンツをいかなる状況でもローカル環境の外に出さないことが必要な場合に設計されています。
53
+
54
+ **計画中の設定:**
55
+
56
+ ```json
57
+ {
58
+ "mcpServers": {
59
+ "whisper": {
60
+ "command": "npx",
61
+ "args": ["-y", "whisper-windows-mcp"],
62
+ "env": {
63
+ "WHISPER_CLI_PATH": "C:\\whisper\\Release\\whisper-cli.exe",
64
+ "WHISPER_MODEL": "C:\\whisper\\models\\ggml-large-v3.bin",
65
+ "WHISPER_PRIVACY_MODE": "true"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ ```
71
+
72
+ この機能がリリースされるまでの対応:Claudeのターンを通じて送信せずにトランスクリプトコンテンツを分析する必要がある場合は、`.txt`ファイルをローカルのテキストエディターや処理ツールで直接開いてください。
73
+
74
+ ---
75
+
76
+ ## 規制産業向けガイダンス
77
+
78
+ 以下は一般的な情報のみです。このツールの作者は法律の専門家ではありません。ユーザーは適用される法律・規制へのコンプライアンスに対して単独で責任を負います。規制対象コンテンツを文字起こしする前に、不明な点がある場合は資格を持った法律の専門家にご相談ください。
79
+
80
+ ### HIPAA(米国 — 医療)
81
+ 医療提供者、保険会社、およびそれらのビジネスアソシエイトは、業務提携契約(BAA)なしに保護対象保健情報(PHI)を無許可の第三者に送信することを禁止されています。AnthropicはClaudeの消費者向けAPI利用に対してHIPAA BAAを提供していません。
82
+
83
+ **対象となるユースケース:** 患者の相談、臨床メモ、セラピーセッション、保険請求の電話、病院の管理録音。
84
+
85
+ **現在の推奨事項:** 患者の音声を文字起こしし、そのトランスクリプトをClaudeで要約または分析することは、組織が準拠した処理体制を確立していない限り避けてください。`WHISPER_PRIVACY_MODE`が利用可能になったら使用してください。
86
+
87
+ ### GDPR(EU/EEA)
88
+ EU居住者の個人データは、明示的な同意と適法な処理根拠なしに第三者処理者に転送できません。名前、場所、または識別情報を含むトランスクリプトテキストはGDPRの下で個人データに該当します。
89
+
90
+ **対象となるユースケース:** インタビュー、会議、コールセンターの録音、EU居住者が関与する法的手続き。
91
+
92
+ **現在の推奨事項:** EU居住者の個人データを含むトランスクリプトをClaudeにアップロードすることは、あなたの役割と処理目的によってはGDPRへの影響がある可能性があることに注意してください。
93
+
94
+ ### 弁護士・依頼者特権(米国、英国、オーストラリア、およびほとんどのコモンロー法域)
95
+ 弁護士と依頼者の間のコミュニケーションは法的に特権が与えられています。無許可の第三者への開示は特権を放棄する可能性があります。商業的なAI APIで処理された場合に弁護士・依頼者のコミュニケーションを保護する確立された法的先例は存在しません。
96
+
97
+ **対象となるユースケース:** 法的陳述、依頼者との相談、内部戦略の録音、証人インタビュー。
98
+
99
+ **現在の推奨事項:** 特権的なコミュニケーションを文字起こしする弁護士は、特権への影響について独立した法的レビューなしに、それらのトランスクリプトをClaudeによる分析のためにアップロードすべきではありません。
100
+
101
+ ### FERPA(米国 — 教育)
102
+ 生徒の教育記録は保護されています。学校と大学は同意なしに識別可能な生徒情報を第三者に開示できません。
103
+
104
+ **対象となるユースケース:** 録音された講義、学生カウンセリングセッション、学術的な聴聞会、IEP会議。
105
+
106
+ ### SOX(米国 — 上場企業)
107
+ 上場企業の財務コミュニケーションは記録保持と機密性の要件の対象です。重要な未公開情報(MNPI)は選択的に開示できません。
108
+
109
+ **対象となるユースケース:** 決算発表の録音、取締役会会議のトランスクリプト、投資家とのコミュニケーション、内部財務戦略の議論。
110
+
111
+ ### PCI-DSS
112
+ 決済カードデータは安全でない環境で保存または送信できません。取引中のカード番号の音声録音はスコープ内となります。
113
+
114
+ **対象となるユースケース:** コールセンターの録音、決済処理を含むカスタマーサービスの電話。
115
+
116
+ ### 企業秘密 / NDA保護
117
+ 機密ビジネス情報、独自の公式、未発表の製品詳細、および人事情報は契約または法律によって保護される場合があります。
118
+
119
+ **対象となるユースケース:** 企業戦略会議、R&Dの議論、M&Aのデューデリジェンス通話、HR手続き。
120
+
121
+ ---
122
+
123
+ ## Claudeへのトランスクリプトファイルの直接アップロード
124
+
125
+ トランスクリプト`.txt`ファイルをClaude Desktopにファイル添付として直接アップロードする場合(MCPツールを介さずに)、MCPサーバーには可視性がなく、プライバシーコントロールを適用できません。
126
+
127
+ トランスクリプトをClaudeに直接アップロードすることは、音声コンテンツをAnthropicに送信することと同等です。プライバシーモードや将来のMCPレベルの保護は、直接ファイルアップロードには適用されません。
128
+
129
+ 規制対象コンテンツを扱うユーザーはトランスクリプトをClaudeに直接アップロードしてはなりません。規制対象コンテンツの安全な分析パスは、外部にコンテンツを送信しないローカル処理ツールのみです。
130
+
131
+ ---
132
+
133
+ ## プライバシーに関する懸念の報告
134
+
135
+ ここに記載されていないプライバシー問題またはアーキテクチャのギャップを発見した場合は、公開のIssueを開かずに、GitHubのプライベート脆弱性レポートを使用してください。報告手順については[SECURITY.md](SECURITY.md)を参照してください。