Skip to content
VS Code

Lokka for VS Code

io.github.jozrahq/lokka

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

client:VS Code transport:stdio runtime:npm

Install Lokka in VS Code

.vscode/mcp.json

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

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

Lokka in other clients