LogLens
by Suteerth03
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for the HTTP transport, default 3000. | 3000 |
| GROQ_API_KEY | Yes | Your Groq API key. Required for summarize_incident (extraction + hypothesis). search_logs and get_error_context work without it. Get one free at https://console.groq.com/keys | |
| MCP_TRANSPORT | No | Transport mode. Set to 'http' to run the network-reachable server (used by Docker); unset or any other value runs stdio. | stdio |
| GEMINI_API_KEY | No | Your Gemini API key. Used for independent verification. Without it, verification falls back to same-provider (Groq) and is no longer independent. Get one free at https://aistudio.google.com/apikey | |
| LOGLENS_LOG_FILE | No | Path to a real log file to analyze instead of the bundled sample (fixtures/sample.log). | |
| LOGLENS_ACCESS_TOKEN | No | Optional shared secret for access control. If set, every /mcp request must carry a matching X-LogLens-Token header. Unset relies on built-in rate limiting. |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues