Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| PORT | No | Server port | 3020 |
| TRANSPORT | No | MCP transport (streamable-http or stdio) | streamable-http |
| GITHUB_PAT | Yes | GitHub Personal Access Token (needs repo scope for private repos) | |
| GITHUB_PATH | No | Subdirectory in the repo where PCAPs are stored | (root) |
| GITHUB_REPO | Yes | Full GitHub repo URL (e.g., https://github.com/org/pcap-repo) | |
| GITHUB_BRANCH | No | Branch to sync from | main |
| GITHUB_USERNAME | Yes | Your GitHub username | |
| DISABLE_JWT_AUTH | No | Set to false to enable Azure AD JWT authentication | true |
| AZURE_AD_CLIENT_ID | No | Optional audience validation when JWT auth is enabled | |
| AZURE_AD_TENANT_ID | No | Required when JWT auth is enabled | |
| ENABLE_AUTH_LOGGING | No | Log user access to tools | false |
| WIRESHARK_PROJECT_TTL | No | Seconds before stale project workspaces are auto-purged | 86400 |
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 | |