nexusfeed abc for Zed
io.github.nexusfeed/nexusfeed-abc
US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.
client:Zed
transport:stdio
runtime:pypi
Install nexusfeed abc in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nexusfeed-abc": {
"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