salutespeech mcp for Zed
io.github.theyahia/salutespeech-mcp
MCP server for Sber SaluteSpeech API — speech recognition and synthesis.
client:Zed
transport:stdio
runtime:npm
Install salutespeech mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"salutespeech-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/salutespeech-mcp"
],
"env": {
"SALUTE_AUTH_KEY": "<SALUTE_AUTH_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs