deployhq mcp server for Zed
io.github.deployhq/deployhq-mcp-server
Model Context Protocol (MCP) server for DeployHQ API integration
client:Zed
transport:stdio
runtime:npm
Install deployhq mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs