Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUDREY_HOSTNoREST sidecar bind address. Set to 0.0.0.0 only with AUDREY_API_KEY.127.0.0.1
AUDREY_PORTNoREST sidecar port.7437
AUDREY_AGENTNoLogical agent identity stamped on writes.local-agent
AUDREY_DEBUGNoSet to 1 to print MCP info logs (server started, warmup completed). Errors always log.0
AUDREY_DEVICENoLocal embedding device (gpu or cpu). Falls back to CPU if GPU init fails.gpu
AUDREY_API_KEYNoBearer token required for non-loopback REST traffic.
AUDREY_PROFILENoSet to 1 to emit per-stage timings via MCP _meta.diagnostics.0
AUDREY_DATA_DIRNoSQLite memory store path. Use one per tenant or agent identity for isolation.~/.audrey/data
AUDREY_LLM_PROVIDERNoanthropic, openai, or mock.auto
AUDREY_ONNX_VERBOSENoSet to 1 to restore ONNX runtime EP-assignment warnings (suppressed by default).0
AUDREY_ALLOW_NO_AUTHNoSet to 1 to allow non-loopback bind without an API key. Don't.0
AUDREY_PROMOTE_ROOTSNoColon/semicolon-separated extra roots for audrey promote --yes writes.
AUDREY_DISABLE_WARMUPNoSet to 1 to skip background embedding warmup at MCP boot.0
AUDREY_PRAGMA_DEFAULTSNoSet to 0 to revert SQLite PRAGMA tuning to better-sqlite3 defaults.1
AUDREY_EMBEDDING_PROVIDERNolocal, gemini, openai, or mock. Cloud providers require explicit opt-in.local
AUDREY_ENABLE_ADMIN_TOOLSNoSet to 1 to enable export, import, and forget routes/tools. Disabled by default.0
AUDREY_CONTEXT_BUDGET_CHARSNoDefault Memory Capsule character budget.4000

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

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/Evilander/Audrey'

If you have feedback or need assistance with the MCP directory API, please join our Discord server