Skip to content
Zed

loki mode for Zed

io.github.asklokesh/loki-mode

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

client:Zed transport:stdio runtime:npm

Install loki mode in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

loki mode in other clients