Strings-LE for Zed
io.github.nolindnaidoo/string-le
Extract string values from config files, data files and plain text.
client:Zed
transport:stdio
runtime:npm
Install Strings-LE in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"string-le": {
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs