Skip to content
Cursor

ariadne for Cursor

io.github.mikhailhal/ariadne

Returns only the unit tests affected by your current Kotlin/Android code changes.

client:Cursor transport:stdio runtime:oci

Install ariadne in Cursor

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

{
  "mcpServers": {
    "ariadne": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mikhailhal/ariadne:0.4.0"
      ]
    }
  }
}

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

ariadne in other clients