Junctio
by k2so-dev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listener host. Defaults to `0.0.0.0`. | 0.0.0.0 |
| PORT | No | Listener port. Defaults to `3000`. | 3000 |
| LOG_LEVEL | No | `debug`, `info`, `warn` or `error`. Defaults to `info`. | info |
| JUNCTIO_SECRET | Yes | Key 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_URL | No | Public URL of the gateway. Required for OAuth. Redirect URIs and resource identifiers are built from it. | |
| JUNCTIO_DATA_DIR | No | Where `junctio.db` lives. Defaults to `./data`. The image sets it to `/data`, which is a volume. | ./data |
| JUNCTIO_PUBLIC_DIR | No | Directory of the built UI. Defaults to `./public`, then `./apps/web/dist`. | ./public then ./apps/web/dist |
| JUNCTIO_ADMIN_TOKEN | No | Bearer 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_PROXY | No | `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_ISSUER | No | Issuer URL of an external identity provider. Leave it empty to use the gateway's own authorization server. | |
| JUNCTIO_DOCKER_SOCKET | No | Socket of the daemon that runs `docker` servers. Defaults to `/var/run/docker.sock`. | /var/run/docker.sock |
| JUNCTIO_OAUTH_AUDIENCE | No | Override 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
| 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