droidsight
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DROIDSIGHT_LOG | No | Tracing filter. Defaults to warn, or debug when a debug log path is set. | warn |
| DROIDSIGHT_EVENTS | No | Starts the long-running device event monitor. Requires DROIDSIGHT_DEVICE_SERIAL. Set to '1' to enable. | |
| DROIDSIGHT_ADB_PATH | No | Explicit path to the ADB executable. | |
| DROIDSIGHT_SENTINEL | No | Starts the background enforcement loop. Off by default: it re-applies device state on a timer, including unlocking the screen. Set to '1' to enable. | |
| DROIDSIGHT_DEBUG_LOG | No | Path to a persistent debug log. Logging to a file is strictly opt-in; without this, warnings go to stderr and no file is written. | |
| DROIDSIGHT_DEVICE_PIN | No | Numeric PIN for UI actions that need automatic unlock. Supply at runtime only; never in source or a checked-in MCP configuration. | |
| DROIDSIGHT_LOCAL_ROOT | No | Confines host paths used by APK installation and file push/pull. Defaults to the process working directory. | |
| DROIDSIGHT_ALLOW_SHELL | No | Publishes the arbitrary shell and macro tools. This grants authority equivalent to broad ADB shell access. Off by default. Set to '1' to enable. | |
| DROIDSIGHT_DEVICE_SERIAL | No | The only Android target the process may use. Mandatory when ADB reports multiple authorized devices. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/edgecasehuman/droidsight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server