Skip to main content
Glama
k2so-dev

Junctio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoListener host. Defaults to `0.0.0.0`.0.0.0.0
PORTNoListener port. Defaults to `3000`.3000
LOG_LEVELNo`debug`, `info`, `warn` or `error`. Defaults to `info`.info
JUNCTIO_SECRETYesKey used to encrypt stored tokens and headers. At least 32 characters; generate one with `openssl rand -hex 32`. The process refuses to start without it.
JUNCTIO_BASE_URLNoPublic URL of the gateway. Required for OAuth. Redirect URIs and resource identifiers are built from it.
JUNCTIO_DATA_DIRNoWhere `junctio.db` lives. Defaults to `./data`. The image sets it to `/data`, which is a volume../data
JUNCTIO_PUBLIC_DIRNoDirectory of the built UI. Defaults to `./public`, then `./apps/web/dist`../public then ./apps/web/dist
JUNCTIO_ADMIN_TOKENNoBearer token for headless admin access, as an alternative to the password login. Also the key to the management MCP server. When set, it is also required to choose the admin password on first start.
JUNCTIO_TRUST_PROXYNo`true` reads the client address from `x-forwarded-for`. Only enable it behind a proxy that rewrites that header, otherwise rate limits can be bypassed.false
JUNCTIO_OAUTH_ISSUERNoIssuer URL of an external identity provider. Leave it empty to use the gateway's own authorization server.
JUNCTIO_DOCKER_SOCKETNoSocket of the daemon that runs `docker` servers. Defaults to `/var/run/docker.sock`./var/run/docker.sock
JUNCTIO_OAUTH_AUDIENCENoOverride the expected audience of an external provider. Defaults to the endpoint URL.

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