Skip to content
Cursor

be eli mcp for Cursor

io.github.matematicsolutions/be-eli-mcp

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

client:Cursor transport:stdio runtime:pypi

Install be eli mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

be eli mcp in other clients