mcp for Zed
io.fluf/mcp
Manage a FLUF resale account from an AI agent: inventory, crosslisting and unified orders.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"fluf-mcp"
],
"env": {
"FLUF_API_TOKEN": "<FLUF_API_TOKEN>",
"FLUF_BASE_URL": "<FLUF_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs