Skip to content
Cline

loki mode for Cline

io.github.asklokesh/loki-mode

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.

client:Cline transport:stdio runtime:npm

Install loki mode in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "loki-mode": {
      "command": "npx",
      "args": [
        "-y",
        "loki-mode"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

loki mode in other clients