MCP Server
MCP
Arm MCP Server
Official Arm MCP server for code migration, optimization, and Arm architecture guidance
Install
oci:docker.io/armlimited/arm-mcp:2.4.0
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment