Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address for the MCP server | 0.0.0.0 |
| MCP_PORT | No | The port for the MCP server | 4242 |
| QUERY_TIMEOUT | No | Timeout for queries in seconds | 30 |
| JOERN_JAVA_OPTS | No | Java options for Joern | -Xmx4G -Xms2G -XX:+UseG1GC -Dfile.encoding=UTF-8 |
| QUERY_CACHE_TTL | No | Query cache time-to-live in seconds | 300 |
| MAX_REPO_SIZE_MB | No | Maximum repository size in megabytes | 500 |
| JOERN_BINARY_PATH | No | The path to the Joern binary | joern |
| QUERY_CACHE_ENABLED | No | Enable or disable query caching | true |
| CPG_GENERATION_TIMEOUT | No | Timeout for CPG generation in seconds | 600 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |