brreg for VS Code
io.github.hellosverre/brreg
MCP server for Norway's Brønnøysund business registry — lookup, search, roles.
client:VS Code
transport:stdio
runtime:npm
Install brreg in VS Code
.vscode/mcp.json
{
"servers": {
"brreg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brreg-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs