aigc-lite
by dooven-prime
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AIGC_LITE_API_KEY | No | Optional API key protecting all endpoints when enabled. If unset, the server runs in local single-tenant mode. | |
| AIGC_LITE_LLM_MODEL | Yes | Model identifier to use for agent and chat requests. | |
| AIGC_LITE_MASTER_KEY | No | Fernet master key used to encrypt credentials stored through the management interface. Required only if you plan to save model credentials or remote MCP header secrets in the database. | |
| AIGC_LITE_LLM_API_KEY | Yes | Your provider API key for the LLM. | |
| AIGC_LITE_MCP_API_KEY | No | Compatibility mode API key that maps to the default workspace for incoming MCP requests. Use user tokens or tenant API keys for multi-workspace deployments. | |
| AIGC_LITE_LLM_BASE_URL | Yes | Base URL of the OpenAI-compatible upstream API. | |
| AIGC_LITE_TENANTS_JSON | No | JSON array with tenant definitions, e.g. [{"id":"team-a","name":"Team A","api_key":"team-a-secret"}]. Enables multi-tenant API-key authentication and tenant-level data isolation. | |
| AIGC_LITE_MAX_AGENT_STEPS | No | Maximum number of agent model steps before a run is terminated with limit_reached. | 8 |
| AIGC_LITE_MCP_SERVERS_JSON | No | JSON array configuring remote MCP servers, e.g. [{"id":"research","url":"http://127.0.0.1:9000/mcp","workspace_id":"default","header_env":{"Authorization":"RESEARCH_MCP_AUTH"},"risk":"low"}]. | |
| AIGC_LITE_MAX_AGENT_TOOL_CALLS | No | Maximum number of tool calls per agent run before termination. | 16 |
| AIGC_LITE_MAX_AGENT_RUN_SECONDS | No | Maximum wall-clock time in seconds for an agent run. | 300 |
| AIGC_LITE_LEGACY_MCP_PROTOCOL_VERSION | No | Protocol version used only by the legacy /mcp-legacy debug endpoint. Does not affect the official /mcp Streamable HTTP endpoint. | |
| AIGC_LITE_DEFAULT_TOOL_TIMEOUT_SECONDS | No | Default timeout in seconds for tool calls unless overridden by a tool decorator. | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues