CAPT Guardian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAPT_GUARDIAN_HOST | No | Host to bind the CAPT Guardian MCP server. Default local endpoint is http://127.0.0.1:8788/mcp. | 127.0.0.1 |
| CAPT_GUARDIAN_PORT | No | Port to bind the CAPT Guardian MCP server. | 8788 |
| CAPT_GUARDIAN_STATE_DIR | No | Directory for runtime state. Ignored by Git. | .runtime/ |
| CAPT_GUARDIAN_OAUTH_ISSUER | No | OAuth authorization-server issuer. If any OAuth setting is present, this is mandatory. | |
| CAPT_GUARDIAN_OAUTH_SCOPES | No | Optional comma-separated scope set for OAuth access tokens. | |
| CAPT_GUARDIAN_ALLOWED_HOSTS | No | Comma-separated list of allowed Host header values for the Node HTTP boundary. | |
| CAPT_GUARDIAN_OAUTH_AUDIENCE | No | Optional audience override for OAuth access tokens. | |
| CAPT_GUARDIAN_OAUTH_JWKS_URI | No | Authorization-server JWKS endpoint. If any OAuth setting is present, this is mandatory. | |
| CAPT_GUARDIAN_OAUTH_RESOURCE | No | Public MCP resource identifier / default JWT audience. If any OAuth setting is present, this is mandatory. | |
| CAPT_GUARDIAN_ALLOWED_ORIGINS | No | Comma-separated list of allowed Origin values for the Node HTTP boundary. | |
| CAPT_GUARDIAN_HUMAN_PRINCIPAL | No | Server-bound principal recorded on human decisions. | |
| CAPT_GUARDIAN_OAUTH_ALGORITHMS | No | Optional accepted JWT algorithms; defaults to RS256. | RS256 |
| CAPT_GUARDIAN_HUMAN_APPROVAL_TOKEN | No | Enables the separate human decision API. Must be at least 32 bytes. The human approval API is disabled when this variable is unset. |
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