Obambu cPanel MCP for Windsurf
io.github.rodriguedev13/obambu-cpanel-mcp
MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.
client:Windsurf
transport:stdio
runtime:npm
Install Obambu cPanel MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs