Skip to content
Cursor

Arm MCP Server for Cursor

io.github.arm/arm-mcp

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

client:Cursor transport:stdio runtime:oci

Install Arm MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Arm MCP Server in other clients