Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALEXANDRIA_WORKERS | No | The number of worker processes to run. | |
| ALEXANDRIA_CORS_ORIGINS | No | Configured CORS origins for the API. | |
| ALEXANDRIA_API_KEYS_JSON | No | JSON list of key records and scopes, specifying actor_id, actor_type, and permitted scopes. | |
| ALEXANDRIA_TRUSTED_HOSTS | No | A list of trusted hosts allowed to connect to the server. | |
| ALEXANDRIA_RATE_LIMIT_RPM | No | The rate limit defined in requests per minute (RPM). | |
| ALEXANDRIA_ALLOW_ANON_READ | No | Whether to allow anonymous read access (true|false). | |
| ALEXANDRIA_REQUIRE_API_KEY | No | Whether to require an API key for access (true|false). | |
| ALEXANDRIA_MAX_REQUEST_BYTES | No | The maximum allowed size for requests in bytes. | |
| ALEXANDRIA_RATE_LIMIT_ENABLED | No | Whether rate limiting is enabled (true|false). |
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 | |