Audrey
by Evilander
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUDREY_HOST | No | REST sidecar bind address. Set to 0.0.0.0 only with AUDREY_API_KEY. | 127.0.0.1 |
| AUDREY_PORT | No | REST sidecar port. | 7437 |
| AUDREY_AGENT | No | Logical agent identity stamped on writes. | local-agent |
| AUDREY_DEBUG | No | Set to 1 to print MCP info logs (server started, warmup completed). Errors always log. | 0 |
| AUDREY_DEVICE | No | Local embedding device (gpu or cpu). Falls back to CPU if GPU init fails. | gpu |
| AUDREY_API_KEY | No | Bearer token required for non-loopback REST traffic. | |
| AUDREY_PROFILE | No | Set to 1 to emit per-stage timings via MCP _meta.diagnostics. | 0 |
| AUDREY_DATA_DIR | No | SQLite memory store path. Use one per tenant or agent identity for isolation. | ~/.audrey/data |
| AUDREY_LLM_PROVIDER | No | anthropic, openai, or mock. | auto |
| AUDREY_ONNX_VERBOSE | No | Set to 1 to restore ONNX runtime EP-assignment warnings (suppressed by default). | 0 |
| AUDREY_ALLOW_NO_AUTH | No | Set to 1 to allow non-loopback bind without an API key. Don't. | 0 |
| AUDREY_PROMOTE_ROOTS | No | Colon/semicolon-separated extra roots for audrey promote --yes writes. | |
| AUDREY_DISABLE_WARMUP | No | Set to 1 to skip background embedding warmup at MCP boot. | 0 |
| AUDREY_PRAGMA_DEFAULTS | No | Set to 0 to revert SQLite PRAGMA tuning to better-sqlite3 defaults. | 1 |
| AUDREY_EMBEDDING_PROVIDER | No | local, gemini, openai, or mock. Cloud providers require explicit opt-in. | local |
| AUDREY_ENABLE_ADMIN_TOOLS | No | Set to 1 to enable export, import, and forget routes/tools. Disabled by default. | 0 |
| AUDREY_CONTEXT_BUDGET_CHARS | No | Default Memory Capsule character budget. | 4000 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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