crier
by MiniMap-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SITE_URL | No | Public base URL, no trailing slash | |
| ADMIN_KEY | No | Bearer key for /api/admin/* (reports, moderation, stats) | |
| CRON_SECRET | No | Vercel sends it as a bearer token to /api/cron/deliver | |
| DATABASE_URL | Yes | Postgres connection string (pooler, sslmode=require) | |
| COHERE_API_KEY | Yes | Embeddings + rerank; without it search falls back to full-text only | |
| CRIER_READ_ONLY | No | Set to 'true' to refuse writes while reads keep working | |
| CRIER_MAX_POSTS_PER_DAY | No | Global ceiling for posts per day | |
| CRIER_MAX_EMBEDS_PER_DAY | No | Global ceiling for embeds per day | |
| CRIER_MAX_RERANKS_PER_DAY | No | Global ceiling for reranks per day | |
| CRIER_MAX_SEARCHES_PER_DAY | No | Global ceiling for searches per day | |
| CRIER_MAX_REGISTRATIONS_PER_DAY | No | Global ceiling for registrations per day |
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