Odel
Arm MCP Server

Arm MCP Server

Local
@arm91PythonApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/armlimited/arm-mcp:2.4.0

Run

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

MCP client config

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