Pexip Infinity MCP Server
by Josh-E-S
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PEXIP_HOST | Yes | Management Node hostname or IP, no scheme. | |
| PEXIP_TIMEOUT | No | HTTP timeout in seconds. | 30 |
| PEXIP_PASSWORD | No | Admin password (required for basic auth). | |
| PEXIP_USERNAME | No | Admin username (required for basic auth). | |
| PEXIP_AUTH_MODE | No | Authentication mode: 'basic' or 'oauth2'. | basic |
| PEXIP_MCP_TOKEN | No | Bearer token for the --http transport (min 32 chars). | |
| PEXIP_READ_ONLY | No | Expose only read tools; set 'false' to enable writes. | true |
| PEXIP_VERIFY_TLS | No | Set 'false' for self-signed lab nodes. | true |
| PEXIP_MAX_RETRIES | No | Retries on 429 rate-limit responses. | 3 |
| PEXIP_OIDC_ISSUER | No | OIDC issuer URL (required when PEXIP_MCP_AUTH_MODE=oauth). | |
| PEXIP_OAUTH2_SCOPE | No | OAuth2 scopes requested. | is_admin use_api |
| PEXIP_MCP_AUTH_MODE | No | How HTTP clients authenticate to this server: 'token' or 'oauth'. | token |
| PEXIP_OIDC_AUDIENCE | No | OIDC audience (required when PEXIP_MCP_AUTH_MODE=oauth). | |
| PEXIP_OAUTH2_CLIENT_ID | No | OAuth2 Client ID (required for oauth2 auth). | |
| PEXIP_OAUTH2_TOKEN_URL | No | Override OAuth2 token endpoint (default: https://<host>/oauth/token/). | |
| PEXIP_OAUTH2_PRIVATE_KEY | No | OAuth2 client Private key (ES256) (required for oauth2 auth). | |
| PEXIP_ALLOW_PLATFORM_TOOLS | No | Expose platform-lifecycle command tools. | false |
| PEXIP_ALLOW_SECURITY_RESOURCES | No | Allow generic CRUD on security-critical resources. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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