Skip to main content
Glama

Maestro

Official
settings.gradle.kts1.1 kB
rootProject.name = "maestro" pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } // Configure Source Control for forked kotlin-sdk sourceControl { gitRepository(uri("https://github.com/steviec/kotlin-sdk.git")) { producesModule("io.modelcontextprotocol:kotlin-sdk") } } include("maestro-utils") include("maestro-android") include("maestro-cli") include("maestro-client") include("maestro-ios") include("maestro-ios-driver") include("maestro-orchestra") include("maestro-orchestra-models") include("maestro-orchestra-proto") include("maestro-proto") include("maestro-studio:server") include("maestro-studio:web") include("maestro-test") include("maestro-ai") include("maestro-web") include(":maestro-client") include(":maestro-driver-ios") include(":maestro-orchestra") include(":maestro-studio") include(":maestro-test") include(":maestro-xcuitest-driver")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server