Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Ariadne
Ariadne logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:48:59 PM

Ariadne

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
kotlinandroidtestingdeveloper-tools

Selects Kotlin tests affected by Git changes using static call-graph analysis.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for MikhailHal/ariadne, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

The MikhailHal/ariadne MCP server identifies unit tests affected by changes in a Kotlin or Android project. It runs Git diff internally, analyzes Kotlin code with the Kotlin Analysis API through sazanami, and returns affected test fully qualified names. Automatic module and Android source-set discovery supports multi-module projects and common variant layouts. Use it during agent edit-and-verify loops, while retaining full or conservative CI test runs for changes static analysis cannot trace.

Use cases

β€’Select unit tests after Kotlin source changes
β€’Check affected tests in multi-module Android projects
β€’Shorten agent edit-and-verify loops
β€’Compare committed and uncommitted changes against a branch

Key features

β€’Git diff-based change detection
β€’Kotlin call-graph analysis
β€’Multi-module and Android source-set discovery
β€’Deep and shallow change scopes
β€’Affected test fully qualified names
β€’120-second analysis timeout

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ariadne.

Extracted Tool Capabilities
Git diff-based change detection
Kotlin call-graph analysis
Multi-module and Android source-set discovery
Deep and shallow change scopes
Affected test fully qualified names
120-second analysis timeout

How Ariadne works

What the MikhailHal/ariadne MCP server does

The MikhailHal/ariadne MCP server exposes affected-test selection for Kotlin and Android repositories through MCP. Its main purpose is to reduce the tests an agent runs after modifying code. The result is a sorted list of affected test fully qualified names rather than a test command or test report.

The analyzer covers function-level relationships, including calls involving functions, properties, property initializers, delegates, accessors, constructors, and callable references. It can discover modules from Gradle settings and identify source sets across Android variants. The project description reports validation against Now in Android, including 34 modules and an approximately four-second end-to-end query time in that project.

How it works

An MCP client sends a project path to the get_affected_tests tool. The MikhailHal/ariadne MCP server runs Git diff itself, then passes the changed Kotlin code to sazanami for static analysis. Sazanami builds a call graph and finds tests reachable from the changed code.

The scope option controls which changes are considered. deep, the default, compares changes since a base branch and includes committed and uncommitted work. shallow compares only uncommitted changes against HEAD; in that mode, base_branch is ignored. For deep analysis, the server uses the repository's default branch from origin/HEAD when no branch is supplied. If that reference is unavailable, the request returns an error asking for an explicit base branch.

Setup and configuration

Install the executable with Homebrew:

bash
brew install mikhailhal/tap/ariadne

Register the ariadne executable with an MCP client. The README gives Claude Code and Claude Desktop configurations, including a stdio entry whose command is ariadne. Docker is also supported by mounting the project at /workspace and passing that path as project_path. A release fat JAR can run with JDK 21 or newer, and the repository can be built with Gradle's shadowJar task.

Tools and capabilities

The server provides one documented tool:

  • get_affected_tests: accepts required project_path, optional scope (deep or shallow), and optional base_branch for deep scope.

Responses contain sorted affected test names. If changes occur in build scripts, resources, or source sets outside the analysis scope, the response adds a recommendation to run the full test suite. Analysis has a 120-second timeout and returns an explicit error if that limit is reached.

Limitations and notes

The MikhailHal/ariadne MCP server uses static call-graph analysis, so it cannot reliably connect dependencies hidden behind reflection, dependency-injection containers, or framework-dispatched callbacks. Examples include lifecycle callbacks, lint detector methods, and application startup methods when the test does not call them directly. Flux/MVI dispatch-to-collection relationships may also be missed.

Changes to build scripts, resources, or unscanned source sets are reported rather than treated as having no affected tests. The tool is intended to narrow tests during development, not replace a full or conservative CI test run before merging.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Droidmind logoDroidmind

    Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework.

    πŸ“‚ Browser Automation2 views
    Compare vs Droidmind β†’
  • Currents MCP logoCurrents MCP

    Enable AI Agents to fix Playwright test failures reported to Currents.

    πŸ“‚ Browser Automation3 views
    Compare vs Currents MCP β†’
  • Manzanas logoManzanas
    Verified

    Drive iOS simulators from Claude Code, Cursor or Codex by accessibility label instead of screenshot-and-tap-coordinates. Exposes ui_tree, tap_element, type_into_element, wait_for_element and scroll_to_element, and every action reports whether the UI actually changed. A Mac daemon underneath hands out simulators as TTL leases with a queue and keeps a SIGSTOP warm pool, so a lease gets a live simulator in about 0.28s instead of a 7s cold boot, and multiple agents can share one Mac without colliding. Open source, MIT.

    πŸ“‚ Browser Automation5 views
    Compare vs Manzanas β†’
  • Replicant MCP logoReplicant MCP

    Android MCP server for AI-assisted Android development. Build APKs, launch emulators, manage devices, automate UI, and analyze logs through natural conversation.

    πŸ“‚ Browser Automation2 views
    Compare vs Replicant MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ariadne

Install it with Homebrew using `brew install mikhailhal/tap/ariadne`, then configure the MCP client to run the `ariadne` executable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAriadne AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mikhailhal-ariadne?style=directory)](https://allmcps.com/mcp/mikhailhal-ariadne)
HTML Embed
<a href="https://allmcps.com/mcp/mikhailhal-ariadne"><img src="https://allmcps.com/api/badge/mikhailhal-ariadne?style=directory" alt="Ariadne on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools21/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to Ariadne β†’Install in Claude DesktopInstall in CursorInstall in VS Code