Orcorus Repository Scanner
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORCORUS_MODEL | No | LLM model name | gpt-5.2 |
| OPENAI_API_KEY | No | API key for AI review. Required unless ORCORUS_SKIP_AI is set to 'true' or '1'. | |
| OPENAI_BASE_URL | No | API base URL | https://api.openai.com/v1 |
| ORCORUS_SKIP_AI | No | Set to '1' or 'true' to skip AI review | false |
| ORCORUS_WORK_DIR | No | Temporary clone directory | ./repos |
| ORCORUS_MAX_TURNS | No | Max agentic review turns | 40 |
| ORCORUS_AI_TIMEOUT | No | Timeout per AI call (seconds) | 300 |
| ORCORUS_REPORTS_DIR | No | Reports output directory | ./reports |
| ORCORUS_ALLOW_LOCAL_PATHS | No | Set to '1' or 'true' to allow scanning local filesystem paths via MCP | false |
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
ActivityInactive
ResponsivenessNo issues