FunASR for Zed
io.github.modelscope/funasr-mcp
Transcribe local audio with FunASR and SenseVoice using private, on-device inference.
client:Zed
transport:stdio
runtime:oci
Install FunASR in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"funasr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs