ch eli mcp for Cursor
io.github.matematicsolutions/ch-eli-mcp
MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations.
client:Cursor
transport:stdio
runtime:pypi
Install ch eli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ch-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ch-eli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs