Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| PROXY_URL | No | The proxy URL to use. | |
| GITLAB_HOST | No | The host address for GitLab. | |
| QDRANT_HOST | No | The host address for Qdrant. | |
| QDRANT_PORT | No | The port for Qdrant. | |
| ENABLE_TOOLS | No | A comma-separated list of tools group to enable. Leave empty to enable all tools. | |
| GITLAB_TOKEN | No | Your GitLab access token. | |
| BRAVE_API_KEY | No | Your Brave Search API key. | |
| ATLASSIAN_HOST | No | The host address for Atlassian. | |
| OPENAI_API_KEY | No | Your OpenAI API key. | |
| QDRANT_API_KEY | No | Your Qdrant API key. | |
| ATLASSIAN_EMAIL | No | Your Atlassian email address. | |
| ATLASSIAN_TOKEN | No | Your Atlassian API token. | |
| GOOGLE_AI_API_KEY | No | Your Google AI API key. | |
| GOOGLE_TOKEN_FILE | No | Path to the Google token file. | |
| GOOGLE_CREDENTIALS_FILE | No | Path to the Google credentials file. | 
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  | |