gb eli mcp for VS Code
io.github.matematicsolutions/gb-eli-mcp
MCP server for UK legislation, case law (Find Case Law), GOV.UK tribunal decisions and HMRC manuals.
client:VS Code
transport:stdio
runtime:pypi
Install gb eli mcp in VS Code
.vscode/mcp.json
{
"servers": {
"gb-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gb-eli-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs