phone-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PHONE_AGENT_WS_PORT | No | WebSocket relay port number | 7788 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_agent_taskA | Run an AI Agent task on the connected phone. The agent will plan and execute multiple steps to achieve the goal using screen vision and touch controls. |
| abort_taskB | Abort the currently running Agent task. |
| get_task_resultA | Get the detailed result of a completed Agent task by its task ID. |
| get_latest_taskA | Get the most recent Agent task result from the current conversation. |
| take_screenshotA | Take a screenshot of the connected phone screen. Returns a PNG image. |
| get_device_statusA | Get information about the connected phone device (model, brand, OS version, etc.). |
| search_memoryB | Search the persistent memory of the phone agent by keywords. Returns semantic memories (learned experience) and/or episodic records (task history). |
| save_memoryB | Save a semantic memory (reusable knowledge) into the phone agent's persistent memory. |
| delete_memoryA | Delete one memory entry (semantic or episodic) by its id. |
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/MobileAiUse/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server