orca-mcp
by kamilarndt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP only. Listen port. Default: `8787`. | |
| HINDSIGHT_URL | No | HTTP only. Optional Hindsight proxy target. Default: `http://127.0.0.1:8888`. | |
| ORCA_BRIDGE_FROM | No | Pin a live terminal as orchestration sender (alias for `ORCA_BRIDGE_SENDER_TERMINAL`). | |
| ORCA_CLI_COMMAND | No | Override the `orca` binary (Linux often `orca-ide`). Default: `orca`. | |
| ORCA_BRIDGE_DEBUG | No | `0` mutes access log (stderr in `--stdio`, stdout in HTTP). | |
| ORCA_BRIDGE_TOKEN | Yes | Master token (≥16 chars) — proves the local host may drive the bridge. Required for both stdio and HTTP modes. | |
| ORCA_BRIDGE_TOOLSETS | No | Comma list of enabled tier(s): `status`, `dispatch`, `admin`. Default: all three enabled. | |
| ORCA_BRIDGE_AUDIT_DIR | No | Directory for the append-only audit log (redacted NDJSON). Defaults to `~/.orca-bridge`. | |
| ORCA_BRIDGE_CLI_ADMIN | No | `1` = union `admin` into enabled toolsets (compat with CLI allowlist admin). | |
| ORCA_BRIDGE_DEFAULT_REPO | No | Default `--repo` (`path:…` / `name:…`). | |
| ORCA_BRIDGE_SENDER_TITLE | No | Title for auto-created coordinator tabs. | |
| ORCA_BRIDGE_CLI_HARDENING | No | `1` = enforce deny-by-default allowlist on `action=cli`. | |
| ORCA_BRIDGE_DEFAULT_AGENT | No | Default agent for `dispatch`. Default: `omp`. | |
| ORCA_BRIDGE_PUBLIC_ORIGIN | No | HTTP only. Public origin for OAuth URLs (Funnel / proxy host). | |
| ORCA_BRIDGE_SENDER_SHARED | No | `1` = force all clients onto the env pin (disables multi-coordinator isolation). | |
| ORCA_BRIDGE_REDIRECT_ALLOW | No | HTTP only. Comma-separated allowed redirect_uri prefixes. | |
| ORCA_BRIDGE_SENDER_TERMINAL | No | Pin a live terminal as orchestration sender (alias for `ORCA_BRIDGE_FROM`). |
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