Skip to main content
Glama
Josh-E-S
by Josh-E-S

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PEXIP_HOSTYesManagement Node hostname or IP, no scheme.
PEXIP_TIMEOUTNoHTTP timeout in seconds.30
PEXIP_PASSWORDNoAdmin password (required for basic auth).
PEXIP_USERNAMENoAdmin username (required for basic auth).
PEXIP_AUTH_MODENoAuthentication mode: 'basic' or 'oauth2'.basic
PEXIP_MCP_TOKENNoBearer token for the --http transport (min 32 chars).
PEXIP_READ_ONLYNoExpose only read tools; set 'false' to enable writes.true
PEXIP_VERIFY_TLSNoSet 'false' for self-signed lab nodes.true
PEXIP_MAX_RETRIESNoRetries on 429 rate-limit responses.3
PEXIP_OIDC_ISSUERNoOIDC issuer URL (required when PEXIP_MCP_AUTH_MODE=oauth).
PEXIP_OAUTH2_SCOPENoOAuth2 scopes requested.is_admin use_api
PEXIP_MCP_AUTH_MODENoHow HTTP clients authenticate to this server: 'token' or 'oauth'.token
PEXIP_OIDC_AUDIENCENoOIDC audience (required when PEXIP_MCP_AUTH_MODE=oauth).
PEXIP_OAUTH2_CLIENT_IDNoOAuth2 Client ID (required for oauth2 auth).
PEXIP_OAUTH2_TOKEN_URLNoOverride OAuth2 token endpoint (default: https://<host>/oauth/token/).
PEXIP_OAUTH2_PRIVATE_KEYNoOAuth2 client Private key (ES256) (required for oauth2 auth).
PEXIP_ALLOW_PLATFORM_TOOLSNoExpose platform-lifecycle command tools.false
PEXIP_ALLOW_SECURITY_RESOURCESNoAllow generic CRUD on security-critical resources.false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/Josh-E-S/pexip-mgmt-mcp'

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