lisa-mcp
Officialby 33Audits
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LISA_MODEL | No | Model used for lisa's own agent loop. Has no effect in native mode. | claude-sonnet-5 |
| LISA_CONFIG | No | Explicit path to the lisa configuration file. By default, lisa searches upward from the current directory and falls back to ~/.config/lisa/config.yaml. | |
| LINEAR_API_KEY | No | Linear personal API key. Only used when the configuration contains a linear block. | |
| LISA_MAX_TURNS | No | Hard per-run budget for lisa's agent loop. Has no effect in native mode. | 60 |
| LISA_NO_BANNER | No | Set to suppress the lisa wordmark banner. | |
| LISA_STATE_DIR | No | Directory where seen-bug fingerprints are stored. | .lisa/state |
| ANTHROPIC_API_KEY | No | Anthropic API key. Required for oneshot mode (the default for lisa-mcp) but not needed when the MCP server is configured in native mode. | |
| LISA_ARTIFACTS_DIR | No | Directory where reports and screenshots are stored. | .lisa/artifacts |
| LISA_NO_UPDATE_CHECK | No | Set to disable update checks and version change summaries. | |
| LISA_SESSION_IDLE_MS | No | Native mode: close an untouched browser session after this long (milliseconds). | 600000 |
| PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD | No | If set, do not lazily download Chromium; fail instead if it is missing. |
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