Obambu cPanel MCP for Zed
io.github.rodriguedev13/obambu-cpanel-mcp
MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.
client:Zed
transport:stdio
runtime:npm
Install Obambu cPanel MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obambu-cpanel-mcp": {
"command": "npx",
"args": [
"-y",
"obambu-cpanel-mcp"
],
"env": {
"CPANEL_HOST": "<CPANEL_HOST>",
"CPANEL_PORT": "<CPANEL_PORT>",
"CPANEL_USERNAME": "<CPANEL_USERNAME>",
"CPANEL_API_TOKEN": "<CPANEL_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs