cliptunnel-mcp
by jordi-murgo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIPTUNNEL_CONFIG | No | Path to a TOML config file. Resolution order: --config CLI flag > CLIPTUNNEL_CONFIG > ~/.cliptunnel/config.toml. A missing config file is not an error. | |
| CLIPTUNNEL_WS_URL | No | WebSocket repeater URL, e.g. ws://relay:9000 or wss://relay:9000. Required when CLIPTUNNEL_TRANSPORT is 'websocket'. | |
| CLIPTUNNEL_AES_KEY | No | Base64-encoded 32-byte AES-256 key. When set, payloads are encrypted with AES-256-GCM using the CT3E| wire format. Works with any transport. | |
| CLIPTUNNEL_WS_TOKEN | No | Bearer token for WebSocket repeater authentication. Required when CLIPTUNNEL_TRANSPORT is 'websocket'. | |
| CLIPTUNNEL_TRANSPORT | No | Transport to use: 'clipboard' (default), 'https', 'websocket', or 'firebase'. Case-insensitive. | clipboard |
| CLIPTUNNEL_FIREBASE_URL | No | Firebase RTDB base URL, e.g. https://NAME-default-rtdb.firebaseio.com. Must use https. Required when CLIPTUNNEL_TRANSPORT is 'firebase'. | |
| CLIPTUNNEL_REPEATER_URL | No | Repeater URL, e.g. https://repeater.example.com. Required when CLIPTUNNEL_TRANSPORT is 'https'. | |
| CLIPTUNNEL_FIREBASE_TOKEN | No | Firebase auth token (sent as ?auth= query param and bearer header). Required when CLIPTUNNEL_TRANSPORT is 'firebase'. | |
| CLIPTUNNEL_REPEATER_TOKEN | No | Bearer token for repeater authentication. Required when CLIPTUNNEL_TRANSPORT is 'https'. |
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