Strata
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRATA_HOST | No | Listen address | 0.0.0.0 |
| STRATA_PORT | No | Server port | 4320 |
| STRATA_API_KEY | No | Legacy fallback REST key | change-me-before-deploy |
| STRATA_DATA_DIR | No | Database location | ./data |
| STRATA_ADMIN_KEY | No | Required for delete + admin operations | |
| STRATA_AUDIT_DIR | No | Override the audit directory | ./data/audit |
| STRATA_DEMO_MODE | No | If true, dashboard accepts blank passwords (public demos) | |
| STRATA_IP_AGENTS | No | Comma-separated IP=name pairs for legacy IP→agent attribution | |
| STRATA_VAULT_DIR | No | File vault location | ./data/vault |
| STRATA_DB_BACKEND | No | Database backend: 'sqlite' or 'postgresql' | sqlite |
| STRATA_DB_ENCRYPT | No | If true, opens DB via SQLCipher | |
| STRATA_DB_KEY_FILE | No | Path to the SQLCipher key file | /etc/strata/db.key |
| STRATA_PG_PASSWORD | No | PostgreSQL password | |
| STRATA_AUTH_ENABLED | No | Kill switch for auth (don't) | true |
| STRATA_AUDIT_ENABLED | No | Disable audit entirely | true |
| STRATA_MAX_TOTAL_AGENTS | No | Anti-spam ceiling on total registered agents | 10 |
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/agenerationforwordz-tech/strata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server