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