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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ceilingduster/mcp_security_scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server