dealhub admin for Zed
io.github.vishvick/dealhub-admin
DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.
client:Zed
transport:stdio
runtime:npm
Install dealhub admin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dealhub-admin": {
"command": "npx",
"args": [
"-y",
"dealhub-admin-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs