Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub access token | |
| JOERN_TIMEOUT | No | Container timeout (seconds) | 300 |
| JOERN_CACHE_DIR | No | Cache directory | /tmp/joern_cache |
| JOERN_CPU_LIMIT | No | CPU limit for containers | 2 |
| JOERN_LOG_LEVEL | No | Logging level | INFO |
| JOERN_DOCKER_IMAGE | No | Joern Docker image | joern:latest |
| JOERN_MEMORY_LIMIT | No | Memory limit for containers | 4g |
| JOERN_CACHE_ENABLED | No | Enable CPG caching | true |
| JOERN_CACHE_SIZE_GB | No | Cache size limit (GB) | 10 |
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 | |