be eli mcp for Gemini CLI
io.github.matematicsolutions/be-eli-mcp
MCP server for Belgian legislation (Moniteur Belge): ELI identifiers and citations.
client:Gemini CLI
transport:stdio
runtime:pypi
Install be eli mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"be-eli-mcp": {
"command": "uvx",
"args": [
"be-eli-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs