Back to Home
arm icon

mcp

Verified Safe

by arm

Overview

Provides AI assistants with specialized tools and knowledge for Arm architecture development, migration, and optimization through the Model Context Protocol (MCP).

Installation

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

Security Notes

The server uses `subprocess.run` to execute external CLI tools (`migrate-ease`, `skopeo`, `llvm-mca`). Commands are constructed as lists of arguments, mitigating shell injection risks (default `shell=False`). No `eval` or `exec` with user-controlled input was found. Network requests (e.g., to Docker Hub) use standard, secure libraries. No hardcoded secrets or API keys are present. Running within a Docker container provides isolation. The explicit volume mount `/workspace` grants the container access to user-specified files, which is necessary for its functionality and an expected security model for such a development tool.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-03

Tags

Arm architectureAI assistantsCode migrationContainer inspectionPerformance analysis