unifi-siem-lens
by ianchesal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind 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 devices | 127.0.0.1 |
| PORT | No | Port the dashboard/API/MCP server listens on | 3002 |
| LAN_CIDRS | No | Comma-separated CIDRs treated as internal/LAN for the internal-source heuristic, e.g. 10.0.0.0/8,192.168.0.0/16 | |
| LOG_LEVEL | No | error | warn | info | debug | info |
| MCP_SECRET | Yes | Bearer token clients must send as Authorization: Bearer <MCP_SECRET> to call /mcp | |
| LENS_DB_PATH | No | Lens's own SQLite store — findings, baselines, seen-entity tracking, analysis-request queue | ./data/lens.db (/lens-data/lens.db in Docker) |
| SINK_DB_PATH | Yes | Path to unifi-siem-sink's events.db, opened read-only | |
| UNIFI_MCP_SERVER_URL | No | Optional 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
| 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/ianchesal/unifi-siem-lens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server