openlex mcp for Cursor
io.github.malkreide/openlex-mcp
Canton Zurich legislation via ZH-Lex with full-text search and article extraction
client:Cursor
transport:stdio
runtime:pypi
Install openlex mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openlex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openlex-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs