Serversio.github.arm/arm-mcp
M

Arm MCP Server

io.github.arm/arm-mcp · v2.0.0
▦ docker
v2.0.0docker oci: docker.io/armlimited/arm-mcp:2.0.0↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.arm/arm-mcp",
  "description": "Official Arm MCP server for code migration, optimization, and Arm architecture guidance",
  "title": "Arm MCP Server",
  "repository": {
    "url": "https://github.com/arm/mcp",
    "source": "github"
  },
  "version": "2.0.0",
  "websiteUrl": "https://github.com/arm/mcp",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/armlimited/arm-mcp:2.0.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "value": "--rm",
          "type": "positional"
        },
        {
          "value": "-i",
          "type": "positional"
        },
        {
          "description": "Mount a local directory into the container for the MCP server to access",
          "isRequired": true,
          "value": "{workspace_path}:/workspace",
          "variables": {
            "workspace_path": {
              "description": "Local directory to make accessible to the MCP server (e.g., your project root)",
              "isRequired": true,
              "format": "filepath",
              "placeholder": "/path/to/your/project"
            }
          },
          "type": "named",
          "name": "-v"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}