Refinery MCP for Zed
io.github.larelabs/refinery-mcp
Clean raw HTML into LLM-ready text before agents spend tokens.
client:Zed
transport:stdio
runtime:npm
Install Refinery MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"refinery-mcp": {
"command": "npx",
"args": [
"-y",
"@larelabs/refinery-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs