Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VECTRA_BASE_URL | Yes | Your Vectra portal URL | |
| VECTRA_MCP_HOST | No | Host to bind to for HTTP transports | 0.0.0.0 |
| VECTRA_MCP_PORT | No | Port for HTTP transports | 8000 |
| VECTRA_CLIENT_ID | Yes | Your client ID from Vectra | |
| VECTRA_MCP_DEBUG | No | Enable debug logging | false |
| VECTRA_CLIENT_SECRET | Yes | Your client secret from Vectra | |
| VECTRA_MCP_TRANSPORT | No | Transport protocol (stdio, sse, or streamable-http) | stdio |
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 | |