ariadne is an MCP (Model Context Protocol) server that provides AI agents with the ability to identify affected tests.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ariadne": {
"command": "npx",
"args": [
"-y",
"MikhailHal/ariadne"
]
}
}
}
Run in terminal:
claude mcp add ariadne npx -y MikhailHal/ariadne
Add to .cursor/mcp.json:
{
"mcpServers": {
"ariadne": {
"command": "npx",
"args": [
"-y",
"MikhailHal/ariadne"
]
}
}
}