Skip to main content
Glama

Apktool MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
decode_apk

Decode an APK file using APKTool

build_apk

Build an APK file from a decoded APKTool project.

get_manifest

Get the AndroidManifest.xml content from a decoded APK project.

get_apktool_yml

Get apktool.yml information from a decoded APK project.

list_smali_directories

List all smali directories in a project

list_smali_files

List smali files in a specific smali directory, optionally filtered by package prefix.

get_smali_file

Get content of a specific smali file by class name.

modify_smali_file

Modify the content of a specific smali file.

list_resources

List resources in a project, optionally filtered by resource type.

get_resource_file

Get content of a specific resource file.

modify_resource_file

Modify the content of a specific resource file.

search_in_files

Search for a pattern in files specified extensions.

clean_project

Clean a project directory to prepare for rebuilding.

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/zinja-coder/apktool-mcp-server'

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