Skip to content
Zed

Lokka for Zed

io.github.jozrahq/lokka

Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients.

client:Zed transport:stdio runtime:npm

Install Lokka in Zed

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

{
  "context_servers": {
    "lokka": {
      "command": "npx",
      "args": [
        "-y",
        "@merill/lokka"
      ]
    }
  }
}

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

Lokka in other clients