Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address. Defaults to localhost-only — the dashboard/REST API have no authentication of their own (only /mcp does, via MCP_SECRET), so widen this deliberately (e.g. to your LAN interface IP, or 0.0.0.0) only if you want the dashboard reachable from other devices127.0.0.1
PORTNoPort the dashboard/API/MCP server listens on3002
LAN_CIDRSNoComma-separated CIDRs treated as internal/LAN for the internal-source heuristic, e.g. 10.0.0.0/8,192.168.0.0/16
LOG_LEVELNoerror | warn | info | debuginfo
MCP_SECRETYesBearer token clients must send as Authorization: Bearer <MCP_SECRET> to call /mcp
LENS_DB_PATHNoLens's own SQLite store — findings, baselines, seen-entity tracking, analysis-request queue./data/lens.db (/lens-data/lens.db in Docker)
SINK_DB_PATHYesPath to unifi-siem-sink's events.db, opened read-only
UNIFI_MCP_SERVER_URLNoOptional unifi-mcp-server MCP endpoint, e.g. http://localhost:3000/mcp. When set, lens resolves source IPs to known client names and pulls a firewall-rule summary into analysis context. Left unset, this enrichment is skipped entirely — never required

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

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/ianchesal/unifi-siem-lens'

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