Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IRIS_PORT | No | HTTP port | 3000 |
| IRIS_API_KEY | No | API key for HTTP authentication | |
| IRIS_DB_PATH | No | Database path | ~/.iris/iris.db |
| IRIS_DASHBOARD | No | Enable dashboard (true/false) | false |
| IRIS_LOG_LEVEL | No | Log level: debug, info, warn, error | |
| IRIS_TRANSPORT | No | Transport type (stdio or http) | stdio |
| IRIS_ALLOWED_ORIGINS | No | Comma-separated allowed CORS origins |
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 | |