GBOX Android MCP

Author:@babelcloud
View on GitHub

Overview

What is Gbox?

Gbox is an open-source, self-hostable sandbox for running MCP integrations and other AI agent tasks. It enables secure local command execution for AI clients.

How to use Gbox?

Install Gbox via Homebrew, set up your environment, and export the MCP configuration to your AI client, such as Claude Desktop or Cursor.

What are the key features of Gbox?

It provides a self-hostable sandbox for AI agents, integrates with MCP clients for local command execution, supports running sandboxes in Kubernetes clusters, and includes a command-line tool for managing sandbox containers.

What are the use cases for Gbox?

Use it to generate diagrams and PDFs from AI clients, analyze and compare market data, or process local files and execute arbitrary tasks.

FAQ

What platforms does Gbox support? It currently supports macOS, with future plans for Linux and Windows.

How do I update Gbox? Use Homebrew to update and then reinitialize your environment.

Can I contribute to Gbox? Yes, contributions are welcome. Please discuss major changes before submitting a Pull Request.

Configuration

{
  "mcpServers": {
    "gbox-android": {
      "command": "npx",
      "args": [
        "-y",
        "@gbox.ai/mcp-android-server@latest"
      ]
    }
  }
}