Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CPANEL_HOSTYesYour cPanel server hostname, e.g., cp4.obambu.com
CPANEL_PORTYescPanel's default HTTPS port (usually 00000, but check your provider)00000
CPANEL_USERNAMEYesYour cPanel account username
CPANEL_API_TOKENYesYour cPanel API token (not your password)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_account_summaryA

Get an overview of the cPanel account: disk/bandwidth quota usage and general stats.

list_domainsA

List all domains, subdomains, addon domains and parked domains on the account.

list_dns_recordsA

List DNS zone records for a domain.

add_dns_recordA

Add a DNS record to a zone. Provide type-specific fields in fields (e.g. A record: {address: '1.2.3.4'}; CNAME: {cname: 'target.example.com'}; TXT: {txtdata: 'value'}; MX: {exchange: 'mail.example.com', preference: '10'}).

edit_dns_recordB

Edit an existing DNS record. line is the record's line number as returned by list_dns_records.

remove_dns_recordA

Remove a DNS record from a zone. line is the record's line number as returned by list_dns_records.

list_emailsA

List email accounts, optionally filtered by domain.

create_emailB

Create a new email account.

delete_emailB

Delete an email account.

list_filesA

List files and directories at a path within the account's home directory.

list_databasesA

List MySQL databases on the account.

list_database_usersA

List MySQL database users on the account.

create_databaseB

Create a new MySQL database.

create_database_userB

Create a new MySQL database user.

grant_database_privilegesB

Grant a database user privileges on a database.

cpanel_uapi_callA

Call any cPanel UAPI module/function directly. Use this for functionality not covered by the other tools. Refer to cPanel UAPI documentation for module/function names and parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RodrigueDev13/obambu-cpanel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server