legalize mcp for Cursor
io.github.matematicsolutions/legalize-mcp
Legislation for 32 jurisdictions (21 EU) as law-as-git, keyless, with ELI-style citations.
client:Cursor
transport:stdio
runtime:pypi
Install legalize mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"legalize-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"legalize-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs