enhance mcp for Zed
io.github.avclabs/enhance-mcp
HTTP MCP Client-Server for video enhancement API
client:Zed
transport:stdio
runtime:npm
Install enhance mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"enhance-mcp": {
"command": "npx",
"args": [
"-y",
"@avclabs.ai/enhance-mcp"
],
"env": {
"HTTP_API_KEY": "<HTTP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs