Back to Home
arm icon

mcp

Verified Safe

by arm

Overview

An MCP server that equips AI assistants with specialized tools and knowledge for Arm architecture development, migration, and optimization.

Installation

Run Command
docker run --rm -i -v /path/to/your/workspace:/workspace arm-mcp

Security Notes

The server runs within a Docker container and primarily invokes external CLI tools (migrate-ease, skopeo, llvm-mca) using `subprocess.run` with list-based arguments, mitigating direct shell injection risks. Workspace scanning operations utilize a filtered copy of the mounted workspace, and remote Git repository cloning occurs in temporary, self-cleaned directories, which are good security practices. No `eval()` or code obfuscation was found. External network requests are made to Docker Hub and GitHub, which are legitimate for its functionality. There are no hardcoded secrets in the runtime server code. The primary risk is inherent to allowing an AI agent to execute commands on a mounted user workspace, requiring user awareness regarding the data mounted. Logging of tool invocations and errors is directed to the user's mounted workspace for transparency.

Similar Servers

Stats

Interest Score28
Security Score8
Cost ClassLow
Stars54
Forks1
Last Update2025-12-17

Tags

Arm architectureAI assistantcode migrationperformance analysiscontainer inspection