Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POLYMNEMO_HOSTNoHost interface to bind.127.0.0.1
POLYMNEMO_PORTNoPort to listen on.8000
POLYMNEMO_API_KEYSYesBearer keys mapped to user IDs, format 'key1:alice,key2:bob'. Required for bearer auth.
POLYMNEMO_MCP_PATHNoMCP endpoint path./mcp
POLYMNEMO_BLOB_BUCKETNoBlob storage bucket name (when POLYMNEMO_BLOB_BACKEND is set).
POLYMNEMO_BLOB_BACKENDNoObject storage backend for media memories; 's3' = Cloudflare R2 / S3-compatible.none
POLYMNEMO_DATABASE_URLYesPostgres+pgvector DSN. Required in production; unset → in-memory (dev/tests).
POLYMNEMO_BLOB_ENDPOINT_URLNoBlob storage endpoint URL (when POLYMNEMO_BLOB_BACKEND is set).
POLYMNEMO_RATELIMIT_ENABLEDNoEnable optional global rate limit.false
POLYMNEMO_RATELIMIT_PER_MINNoRate limit operations per minute.600
POLYMNEMO_SHARED_NAMESPACESNoNamespaces readable by every user.shared
POLYMNEMO_BLOB_ACCESS_KEY_IDNoBlob storage access key ID (when POLYMNEMO_BLOB_BACKEND is set).
POLYMNEMO_BLOB_SECRET_ACCESS_KEYNoBlob 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources