Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AURAI_MODEL | No | 模型名称 (Model name) | |
| AURAI_API_KEY | No | API 密钥 (API Key) | |
| AURAI_BASE_URL | No | API 地址 (API Base URL, required when AURAI_PROVIDER is 'custom') | |
| AURAI_PROVIDER | No | 提供商 (AI Provider: zhipu, openai, anthropic, gemini, custom) | |
| AURAI_LOG_LEVEL | No | 日志级别 (Log level) | INFO |
| AURAI_MAX_TOKENS | No | 最大tokens (Max tokens) | 100000 |
| AURAI_MAX_HISTORY | No | 对话历史最大保存数 (Max history messages) | 50 |
| AURAI_TEMPERATURE | No | 温度参数 (Temperature) | 1.0 |
| AURAI_HISTORY_PATH | No | 历史文件路径 (History storage path) | ~/.mcp-aurai/history.json |
| AURAI_MAX_ITERATIONS | No | 最大迭代次数 (Max iterations) | 10 |
| AURAI_ENABLE_PERSISTENCE | No | 对话历史持久化 (Enable persistence) | true |
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 | |