brreg for Cursor
io.github.hellosverre/brreg
MCP server for Norway's Brønnøysund business registry — lookup, search, roles.
client:Cursor
transport:stdio
runtime:npm
Install brreg in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brreg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brreg-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs