Official Arm MCP server for code migration, optimization, and Arm architecture guidance
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
docker.io/armlimited/arm-mcp:2.4.0 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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.4.0",
"websiteUrl": "https://github.com/arm/mcp",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/armlimited/arm-mcp:2.4.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"
},
{
"description": "Mount an SSH private key for Arm Performix remote target access",
"value": "{ssh_private_key_path}:/run/keys/ssh-key.pem:ro",
"variables": {
"ssh_private_key_path": {
"description": "Path to the SSH private key used by Arm Performix for remote target access",
"format": "filepath",
"placeholder": "/path/to/your/ssh/private_key"
}
},
"type": "named",
"name": "-v"
},
{
"description": "Mount an SSH known_hosts file for Arm Performix remote target access",
"value": "{ssh_known_hosts_path}:/run/keys/known_hosts:ro",
"variables": {
"ssh_known_hosts_path": {
"description": "Path to the SSH known_hosts file used by Arm Performix for remote target access",
"format": "filepath",
"placeholder": "/path/to/your/ssh/known_hosts"
}
},
"type": "named",
"name": "-v"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-03T04:32:21.849548Z",
"publishedAt": "2026-07-03T04:32:21.849548Z",
"updatedAt": "2026-07-03T04:32:21.849548Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.