Skip to main content
Glama
jordi-murgo

cliptunnel-mcp

by jordi-murgo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLIPTUNNEL_CONFIGNoPath 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_URLNoWebSocket repeater URL, e.g. ws://relay:9000 or wss://relay:9000. Required when CLIPTUNNEL_TRANSPORT is 'websocket'.
CLIPTUNNEL_AES_KEYNoBase64-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_TOKENNoBearer token for WebSocket repeater authentication. Required when CLIPTUNNEL_TRANSPORT is 'websocket'.
CLIPTUNNEL_TRANSPORTNoTransport to use: 'clipboard' (default), 'https', 'websocket', or 'firebase'. Case-insensitive.clipboard
CLIPTUNNEL_FIREBASE_URLNoFirebase RTDB base URL, e.g. https://NAME-default-rtdb.firebaseio.com. Must use https. Required when CLIPTUNNEL_TRANSPORT is 'firebase'.
CLIPTUNNEL_REPEATER_URLNoRepeater URL, e.g. https://repeater.example.com. Required when CLIPTUNNEL_TRANSPORT is 'https'.
CLIPTUNNEL_FIREBASE_TOKENNoFirebase auth token (sent as ?auth= query param and bearer header). Required when CLIPTUNNEL_TRANSPORT is 'firebase'.
CLIPTUNNEL_REPEATER_TOKENNoBearer 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

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