Skip to main content

Developer IDE69 compatible sources

VS Code Agent integrations for Danish systems

Visual Studio Code's GitHub Copilot Chat, agent mode (@workspace), and Model Context Protocol support. Connect VS Code directly to Danish registers and enterprise services.

Documentation

VS Code Agent MCP config

Paste this into VS Code Agent MCP Settings to enable Danish MCP sources.

{
  "mcpServers": {
    "mcp-dawa-itk": {
      "command": "npx",
      "args": [
        "-y",
        "itk-dev-mcp-dawa"
      ]
    },
    "grundfast-mcp": {
      "type": "http",
      "url": "https://api.grundfast.dk/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_GRUNDFAST_API_KEY>"
      }
    },
    "nemlig-cli": {
      "command": "npx",
      "args": [
        "-y",
        "josequaresma-nemlig_cli"
      ]
    },
    "pleo": {
      "type": "http",
      "url": "https://mcp.pleo.io/mcp"
    },
    "udbud-dk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    },
    "mcp-energi-data-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-energi-data-dk"
      ]
    },
    "mcp-udbud-dk": {
      "command": "npx",
      "args": [
        "-y",
        "pipeworx-io-mcp-udbud-dk"
      ]
    }
  }
}

Compatible Danish sources

APIs, MCP servers, and data feeds ready for VS Code Agent.

Frequently Asked Questions