pCloud MCP
by rghrb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server. Defaults to 3847. | 3847 |
| DATA_DIR | No | Directory for persistent data. Defaults to ./data. | ./data |
| AUTH_MODE | No | Authentication mode for the MCP endpoint: 'oauth' (default), 'bearer', or 'none'. | oauth |
| PUBLIC_URL | No | Public origin of the server, e.g. https://pcloud-mcp.example.com (no trailing slash). Required in production. | |
| MCP_AUTH_TOKEN | No | Static bearer token required when AUTH_MODE is 'bearer'. | |
| PCLOUD_API_HOST | No | pCloud API host: 'api.pcloud.com' (US) or 'eapi.pcloud.com' (EU). | |
| PCLOUD_CLIENT_ID | No | pCloud OAuth client ID, required for the /setup OAuth flow. | |
| CONNECTOR_PASSWORD | No | Password for clients to connect. If unset, a random one is generated and written to data/connector-password.txt. | |
| PCLOUD_ACCESS_TOKEN | No | pCloud access token. Alternative to providing OAuth client credentials. | |
| PCLOUD_CLIENT_SECRET | No | pCloud OAuth client secret, required for the /setup OAuth flow. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues