Claude Code Manager WAN
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level. Default: 'INFO'. | INFO |
| JWT_SECRET | Yes | Required. Secret used to verify X-Internal-Auth JWTs from ISLI Core. | |
| CLAUDE_CODE_PATH | No | Path to the Claude Code binary. Used when CLAUDE_CODE_LAUNCH_COMMAND is not set. Default: 'claude'. | claude |
| ALLOWED_WORKSPACES | No | Optional comma-separated list of allowed workspace directory prefixes. Empty = no restriction. | |
| MAX_CONCURRENT_SESSIONS | No | Maximum number of persistent Claude Code sessions. Default: '10'. | 10 |
| CLAUDE_CODE_LAUNCH_COMMAND | No | Optional full launcher command. Overrides CLAUDE_CODE_PATH and lets you wrap or replace the binary invocation, e.g. 'ollama launch claude --model glm-5.2:cloud'. | |
| CLAUDE_CODE_TIMEOUT_SECONDS | No | Default subprocess timeout. Default: '120'. | 120 |
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