Skip to content
VS Code

loki mode for VS Code

io.github.asklokesh/loki-mode

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

client:VS Code transport:stdio runtime:npm

Install loki mode in VS Code

.vscode/mcp.json

{
  "servers": {
    "loki-mode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "loki-mode"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

loki mode in other clients