dk eli mcp for Cursor
io.github.matematicsolutions/dk-eli-mcp
MCP server for Danish legislation (Retsinformation) with native ELI and verifiable citations.
client:Cursor
transport:stdio
runtime:pypi
Install dk eli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dk-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"dk-eli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs