mcp
Verified Safeby arm
Overview
Provides AI assistants with specialized tools and knowledge for Arm architecture development, migration, and optimization through the Model Context Protocol (MCP).
Installation
docker run --rm -i -v /path/to/your/workspace:/workspace arm-mcpSecurity 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
XcodeBuildMCP
A Model Context Protocol (MCP) server that provides Xcode-related tools for AI assistants, enabling programmatic interaction with Xcode projects, simulators, devices, and Swift packages.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
openapi-mcp-server
Dynamically converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with defined APIs by mapping AI calls to HTTP requests.
athena-protocol
This server acts as an AI tech lead, providing expert validation, impact analysis, and strategic guidance to AI coding agents before code changes are made.