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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Askrion/stateark'
If you have feedback or need assistance with the MCP directory API, please join our Discord server