Mnemon
by coopers98
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOMAIN | No | Hostname to serve on with automatic HTTPS from Let's Encrypt. Leave unset to bind to loopback and serve over HTTP only. | |
| HTTP_BIND | No | Address and port for HTTP to bind to. Defaults to 127.0.0.1:8080. | 127.0.0.1:8080 |
| HTTPS_BIND | No | Address and port for HTTPS to bind to. Defaults to 127.0.0.1:8443. | 127.0.0.1:8443 |
| APP_TIMEZONE | No | Timezone used for scheduled tasks and timestamps. Default is UTC. | UTC |
| OPENAI_API_KEY | No | OpenAI API key, required when MNEMON_EMBEDDING_DRIVER is set to 'openai'. | |
| MNEMON_EMBEDDING_DRIVER | No | Embedding driver to use: 'openai', 'none', or 'ollama'. The application default is 'openai'; the Docker quickstart sets it to 'none'. |
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