Skip to content
Cursor

cl eli mcp for Cursor

io.github.matematicsolutions/cl-eli-mcp

MCP server for Chilean legislation via BCN Linked Open Data, verifiable citations.

client:Cursor transport:stdio runtime:pypi

Install cl eli mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cl-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cl-eli-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cl eli mcp in other clients