Skip to content
VS Code

dk eli mcp for VS Code

io.github.matematicsolutions/dk-eli-mcp

MCP server for Danish legislation (Retsinformation) with native ELI and verifiable citations.

client:VS Code transport:stdio runtime:pypi

Install dk eli mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "dk-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dk-eli-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dk eli mcp in other clients