Home › Other › Arm MCP Server

Arm MCP Server

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

Python
★ 92 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/armlimited/arm-mcp:2.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/armlimited/arm-mcp:2.4.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry