nexusfeed ltl for Zed
io.github.nexusfeed/nexusfeed-ltl
Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance.
client:Zed
transport:stdio
runtime:pypi
Install nexusfeed ltl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nexusfeed-ltl": {
"command": "uvx",
"args": [
"nexusfeed-mcp"
],
"env": {
"MCP_API_BASE_URL": "<MCP_API_BASE_URL>",
"MCP_API_KEY": "<MCP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs