supermem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama server URL (default: 'http://localhost:11434') | |
| LMSTUDIO_HOST | No | LM Studio server URL (default: 'http://localhost:1234') | |
| SUPERMEM_VECTOR | No | Set 'true' to enable ChromaDB vector tier (default: 'false') | |
| SUPERMEM_API_KEY | No | Bearer token for HTTP API auth (disabled if unset) | |
| SUPERMEM_DB_PATH | No | SQLite database path (default: '~/.supermem/supermem.db') | |
| ANTHROPIC_API_KEY | No | Required if provider is 'claude' | |
| OPENROUTER_API_KEY | No | Required if provider is 'openrouter' (or default) | |
| SUPERMEM_LLM_MODEL | No | Model string (provider default if not set) | |
| SUPERMEM_RATE_LIMIT | No | Requests/minute limit (default: '60') | |
| SUPERMEM_VAULT_PATH | Yes | Path to the markdown vault directory (required, no default) | |
| SUPERMEM_WORKER_PORT | No | HTTP dashboard port (default: '37777') | |
| SUPERMEM_LLM_PROVIDER | No | LLM provider (default: 'openrouter'); options: 'openrouter', 'ollama', 'claude', 'lmstudio' | |
| SUPERMEM_COMPRESS_EVERY | No | Observations written before LLM compression (default: '50') |
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