Skip to content
Zed

brreg for Zed

io.github.hellosverre/brreg

MCP server for Norway's Brønnøysund business registry — lookup, search, roles.

client:Zed transport:stdio runtime:npm

Install brreg in Zed

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

{
  "context_servers": {
    "brreg": {
      "command": "npx",
      "args": [
        "-y",
        "brreg-mcp"
      ]
    }
  }
}

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

brreg in other clients