Stateark
by Askrion
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | No | Supabase project URL. Required for Supabase sync. | |
| STATEARK_BIND | No | The network interface to bind the HTTP server to. Default: 127.0.0.1 | 127.0.0.1 |
| STATEARK_OWNER_ID | No | Identifier for the owner of the data. Required for Supabase sync. | |
| STATEARK_ACCESS_KEY | No | Access key for the HTTP endpoints. If not set, a random key is generated and stored in ~/StateArk/.access-key. | |
| STATEARK_LOCAL_ROOT | No | Directory where StateArk stores projects and data. Default: ~/StateArk | |
| SUPABASE_SECRET_KEY | No | Supabase service-role (Secret) key. Required for Supabase sync. | |
| STATEARK_ALLOWED_HOSTS | No | Comma-separated list of allowed Host header values besides loopback. DNS-rebinding guard. | |
| STATEARK_STORAGE_BUCKET | No | Supabase Storage bucket name for large artifacts. Required for Supabase sync. | |
| STATEARK_ALLOWED_ORIGINS | No | Comma-separated list of allowed Origin header values besides loopback. Used for CORS. | |
| STATEARK_JOURNAL_NUDGE_AT | No | Number of journal entries before nudging. Default: 20 | 20 |
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