VÆR
by bitjungle
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAER_PORT | No | Port for HTTP transport. If not set, server uses stdio transport. | |
| VAER_API_KEY | No | API key value (required if VAER_AUTH_MODE=api-key) | |
| FROST_BASE_URL | No | Override Frost API base URL (default: https://frost.met.no) | https://frost.met.no |
| PLACES_DB_PATH | No | Path to SQLite places database (default: ./data/places.db) | ./data/places.db |
| VAER_AUTH_MODE | No | Authentication mode: none, api-key, jwt (default: none) | none |
| VAER_LOG_LEVEL | No | Logging level: debug, info, warn, error (default: info) | info |
| FROST_CLIENT_ID | No | Client ID for Frost API (optional) | |
| FROST_TIMEOUT_MS | No | Frost API timeout (default: 10000ms) | 10000 |
| METNO_TIMEOUT_MS | No | Upstream HTTP timeout (default: 5000ms) | 5000 |
| METNO_PROXY_BASE_URL | Yes | Base URL to the Nginx proxy (e.g., http://localhost:8080) | |
| METNO_CONNECT_TIMEOUT_MS | No | Connection timeout (default: 2000ms) | 2000 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitjungle/vaer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server