heu mcp for Zed
io.github.lucav21/heu-mcp
HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.
client:Zed
transport:stdio
runtime:pypi
Install heu mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"heu-mcp": {
"command": "uvx",
"args": [
"heu-mcp"
],
"env": {
"HEU_API_KEY": "<HEU_API_KEY>",
"HEU_BASE_URL": "<HEU_BASE_URL>",
"HEU_DOWNLOAD_DIR": "<HEU_DOWNLOAD_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs