mcp
Verified Safeby arm
Overview
An MCP server that equips AI assistants with specialized tools and knowledge for Arm architecture development, migration, and optimization.
Installation
docker run --rm -i -v /path/to/your/workspace:/workspace arm-mcpSecurity 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
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.