replicant-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cacheD | Manage the cache. See rtfm for details. |
| rtfmA | Get documentation. Pass category ('build'|'adb'|'emulator'|'ui'|'cache'|'index') or tool (tool name like 'ui-query'). |
| adb-deviceC | Manage device connections. |
| adb-appC | Manage applications. |
| adb-logcatC | Read device logs. Returns summary with logId. |
| adb-shellC | Execute shell commands with safety guards. |
| emulator-deviceC | Manage Android emulators. |
| gradle-buildD | Build. Returns summary with buildId. |
| gradle-testA | Run tests. Returns summary with testId. With baseline, auto-detects regressions. |
| gradle-listB | Introspect project structure. |
| gradle-get-detailsC | Fetch full output for a previous build/test by ID. |
| ui-queryC | Query app UI. Accessibility-first. |
| ui-actionA | Interact with app UI: tap, input, scroll. Use selector or coords. |
| ui-captureC | Capture screenshots or visual snapshots. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool has a clearly distinct purpose: adb-* for device management, gradle-* for build/test, ui-* for UI interaction, and separate tools for cache, docs, and emulators. No functional overlap.
Names consistently use domain prefixes (adb-, gradle-, ui-), but gradle-get-details introduces a hyphenated verb-noun while others use single verbs or nouns, a minor inconsistency.
14 tools is well-scoped for an Android development/testing MCP, covering ADB, Gradle, emulators, UI, cache, and documentation without being overwhelming.
Covers essential Android development operations (device management, build/test, UI interaction). Missing some niche ADB commands (e.g., port forwarding) but core workflows are present.