switchboard
by raymond-UI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OC_BIN | No | OpenCode executable. | |
| OC_CWD | No | OpenCode working directory. | |
| PI_BIN | No | pi executable. Default: pi | |
| PI_CWD | No | pi working dir. Default: $PWD | |
| OC_PORT | No | OpenCode server port. | |
| PI_NAME | No | --name passthrough. Default: paired-with-claude-code | |
| OC_MODEL | No | OpenCode model (provider/model). | |
| PI_MODEL | No | --model passthrough. Default: pi default | |
| AGENT_BUS | No | Bus dir. Must match on both sides. Default: $PI_CWD/.agentbus | |
| PI_OFFLINE | No | Set to 1 to skip update checks for bridge-owned pi spawns. | |
| RESULT_CAP | No | Delegated results capped at RESULT_CAP (default 8000 chars) with overflow spilled to $AGENT_BUS/results/ and a pointer returned. | |
| OC_BASE_URL | No | OpenCode base URL (for tests/attach). | |
| BRIDGE_WARMUP | No | Set to 0 to opt out of background warm-up after MCP initialize. | |
| PI_EXTRA_ARGS | No | Prepended to pi argv (tests/wrappers). Default: — | |
| PI_SESSION_DIR | No | --session-dir passthrough. Default: pi default | |
| BUS_KEEP_CONSUMED | No | Number of consumed bus records to keep before compaction (default 200 kept). | |
| OC_ASK_TIMEOUT_MS | No | OpenCode oc_ask wall budget. | |
| PI_ASK_TIMEOUT_MS | No | One pi_ask wall budget. Default: 900000 | |
| PI_MAX_CONSECUTIVE_BLOCKS | No | Stop-hook loop cap. Default: 3 |
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