polymnemo
by PCBZ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POLYMNEMO_HOST | No | Host interface to bind. | 127.0.0.1 |
| POLYMNEMO_PORT | No | Port to listen on. | 8000 |
| POLYMNEMO_API_KEYS | Yes | Bearer keys mapped to user IDs, format 'key1:alice,key2:bob'. Required for bearer auth. | |
| POLYMNEMO_MCP_PATH | No | MCP endpoint path. | /mcp |
| POLYMNEMO_BLOB_BUCKET | No | Blob storage bucket name (when POLYMNEMO_BLOB_BACKEND is set). | |
| POLYMNEMO_BLOB_BACKEND | No | Object storage backend for media memories; 's3' = Cloudflare R2 / S3-compatible. | none |
| POLYMNEMO_DATABASE_URL | Yes | Postgres+pgvector DSN. Required in production; unset → in-memory (dev/tests). | |
| POLYMNEMO_BLOB_ENDPOINT_URL | No | Blob storage endpoint URL (when POLYMNEMO_BLOB_BACKEND is set). | |
| POLYMNEMO_RATELIMIT_ENABLED | No | Enable optional global rate limit. | false |
| POLYMNEMO_RATELIMIT_PER_MIN | No | Rate limit operations per minute. | 600 |
| POLYMNEMO_SHARED_NAMESPACES | No | Namespaces readable by every user. | shared |
| POLYMNEMO_BLOB_ACCESS_KEY_ID | No | Blob storage access key ID (when POLYMNEMO_BLOB_BACKEND is set). | |
| POLYMNEMO_BLOB_SECRET_ACCESS_KEY | No | Blob storage secret access key (when POLYMNEMO_BLOB_BACKEND is set). |
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 | |