Skip to content
VS Code

be eli mcp for VS Code

io.github.matematicsolutions/be-eli-mcp

MCP server for Belgian legislation (Moniteur Belge): ELI identifiers and citations.

client:VS Code transport:stdio runtime:pypi

Install be eli mcp in VS Code

.vscode/mcp.json

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

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

be eli mcp in other clients