Stats
Actions
Tags
From Loki Mode
Runs a local Loki log analysis server for querying and exploring logs, with optional auto-bootstrap environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"loki-mode": {
"command": "loki",
"args": [
"mcp",
"--transport",
"stdio"
],
"env": {
"LOKI_MCP_AUTO_BOOTSTRAP": "1"
}
}
}
}Server configuration and connection parameters
lokiCommand-line arguments passed to the server process
Environment variables set when the server starts
LOKI_MCP_AUTO_BOOTSTRAP=1npx claudepluginhub asklokesh/loki-mode --plugin loki-mode