gb eli mcp for Cursor
io.github.matematicsolutions/gb-eli-mcp
MCP server for UK legislation, case law (Find Case Law), GOV.UK tribunal decisions and HMRC manuals.
client:Cursor
transport:stdio
runtime:pypi
Install gb eli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gb-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gb-eli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs