Lovec for Zed
io.github.lovec-tech/lovec-mcp
Prompt-injection detector for untrusted text before it reaches an LLM (RU/EN). BYO lovec.tech key.
client:Zed
transport:stdio
runtime:pypi
Install Lovec in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lovec-mcp": {
"command": "uvx",
"args": [
"lovec-mcp"
],
"env": {
"LOVEC_KEY": "<LOVEC_KEY>",
"LOVEC_BASE": "<LOVEC_BASE>",
"LOVEC_TIMEOUT": "<LOVEC_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs