Skip to content
Cursor

my eli mcp for Cursor

io.github.matematicsolutions/my-eli-mcp

MCP server for Laws of Malaysia Online: fetch and cite Malaysian principal Acts.

client:Cursor transport:stdio runtime:pypi

Install my eli mcp in Cursor

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

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

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

my eli mcp in other clients