'πŸ”', 'dbn.ask' => 'πŸ’¬', 'dbn.summarize' => 'πŸ“‹', 'dbn.timeline' => 'πŸ“…', 'dbn.redact' => 'πŸ”’', 'dbn.translate' => '🌍', 'dbn.legal_analysis' => 'βš–οΈ', 'dbn.korrespond' => 'βœ‰οΈ', 'dbn.barnevernet_analyze' => 'πŸ“„', 'dbn.advocate_brief' => 'πŸ›οΈ', 'dbn.deep_research' => 'πŸ”¬', 'dbn.discrepancy_find' => 'πŸ”„', 'dbn.transcribe_audio' => '🎀', 'dbn.corpus_stats' => 'πŸ“Š', 'dbn.list_documents' => 'πŸ“š', 'dbn.get_document' => 'πŸ“–', 'dbn.citation_graph' => 'πŸ”—', 'dbn.case_workbench_plan' => 'πŸ—‚οΈ', 'dbn.save_to_case' => 'πŸ’Ύ', ]; ?> MCP β€” Do Better Norge
✦ Plus & Pro

Use DBN tools from Claude, Cursor & Copilot

Connect any MCP client to all 19 Do Better Norge tools β€” transcription, legal analysis, timelines, redaction, and more.

Sign in to create your personal MCP token for Plus or Pro members.

MCP access is available on Plus and Pro plans. Upgrade to connect your AI tools.

Tokens are shown once at creation. Create one per client (Claude, Cursor, VS Code…).

Copy this token now β€” it won't be shown again:

Paste your token into the config below after creating it above.

Edit claude_desktop_config.json (~/Library/Application Support/Claude/ on Mac, %APPDATA%\Claude\ on Windows):

{
  "mcpServers": {
    "dobetternorge": {
      "command": "npx",
      "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
      "env": {
        "DBN_MCP_TOKEN": "dbn_user_mcp_..."
      }
    }
  }
}

Run in your terminal:

claude mcp add dobetternorge -- npx -y @bluenotelogic/mcp dobetternorge-mcp --stdio

# Set your token (add to ~/.bashrc or ~/.zshrc to persist):
export DBN_MCP_TOKEN=dbn_user_mcp_...

Edit ~/.cursor/mcp.json (or Windsurf's equivalent):

{
  "mcpServers": {
    "dobetternorge": {
      "command": "npx",
      "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
      "env": {
        "DBN_MCP_TOKEN": "dbn_user_mcp_..."
      }
    }
  }
}

Cursor also supports the remote HTTP endpoint β€” use the Remote HTTP tab if you prefer not to run npx.

Create .vscode/mcp.json in your project (VS Code will prompt for the token on first use):

{
  "inputs": [
    {
      "type": "promptString",
      "id": "dbn-token",
      "description": "Do Better Norge MCP token",
      "password": true
    }
  ],
  "servers": {
    "dobetternorge": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
      "env": {
        "DBN_MCP_TOKEN": "${input:dbn-token}"
      }
    }
  }
}

For clients that support remote MCP (Cursor, Zed, Windsurf with remote connector) β€” no npx needed:

URL:           https://mcp.dobetternorge.no/mcp
Authorization: Bearer dbn_user_mcp_...

Paste the URL into your client's "Remote MCP server" field, then set the Authorization header.

All tools run on your Plus or Pro plan credits. Click a card for full details.

Process-and-forget by default. All tool calls process your text in memory and return results to your AI client. Nothing is saved to My Case unless you explicitly call dbn.save_to_case. DBN MCP tokens do not retain input text or tool results after the request completes.

Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.