OpenCoffer
by osirishorus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_URL | Yes | Used in MCP setup snippets shown in the UI | |
| DATABASE_URL | Yes | Postgres connection string | |
| NEXTAUTH_URL | Yes | Public URL of the web app | |
| NEXTAUTH_SECRET | Yes | Auth.js session secret — openssl rand -base64 32 | |
| OLLAMA_BASE_URL | No | Pre-seeded base URL when using the bundled Ollama profile | |
| APP_ENCRYPTION_KEY | Yes | 32-byte base64 key for at-rest encryption of secrets | |
| OPENCOFFER_SYNC_CRON | No | Worker sync cadence (default */30 * * * *) | */30 * * * * |
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
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/osirishorus/opencoffer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server