fr eli mcp for VS Code
io.github.matematicsolutions/fr-eli-mcp
MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.
client:VS Code
transport:stdio
runtime:pypi
Install fr eli mcp in VS Code
.vscode/mcp.json
{
"servers": {
"fr-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fr-eli-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs