Skip to content
Cursor

ris for Cursor

io.github.honeyfield-org/ris

Access Austrian laws, court decisions & legal documents via the RIS API.

client:Cursor transport:stdio runtime:npm

Install ris in Cursor

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

{
  "mcpServers": {
    "ris": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ris-mcp-ts"
      ]
    }
  }
}

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

ris in other clients