Loading MCP server directory, please wait...
Official Arm MCP server for code migration, optimization, and Arm architecture guidance
npx @getmcp/cli add io.github.arm/arm-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.arm/arm-mcp": {
"command": "docker",
"args": [
"{workspace_path}:/workspace",
"run",
"-i",
"--rm",
"docker.io/armlimited/arm-mcp:1.0.1"
]
}
}
}