The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Arm MCP Server listing page.
An MCP server providing AI assistants with tools and knowledge for Arm architecture development, migration, and optimization.
If your goal is to migrate an application from x86 to Arm as quickly as possible, start here:
Automate x86-to-Arm application migration using Arm MCP Server
This MCP server equips AI assistants with specialized tools for Arm development:
If you would prefer to use a pre-built, multi-arch image, the official image can be found in Docker Hub here: armlimited/arm-mcp:latest
From the root of this repository:
This builds for the Docker host's native architecture. The release workflow is responsible for explicit multi-architecture builds.
Choose the configuration that matches your MCP client:
Add to .mcp.json in your project:
Add to .vscode/mcp.json in your project, or globally at ~/Library/Application Support/Code/User/mcp.json (macOS):
The easiest way to open this file in VS Code for editing is command+shift+p and search for
MCP: Open User Configuration
Add to ~/.kiro/settings/mcp.json:
It is recommended to use a project-local configuration file to ensure the relevant workspace is mounted.
Add to .gemini/settings.json in your project root:
Note: Replace /path/to/your/workspace with the actual path to your project directory that you want the MCP server to access.
After updating the configuration, restart your MCP client to load the Arm MCP server.
Depending on usage, the server may write two log files under /workspace. With the
configuration examples above, these files appear in the project directory on
your computer:
mcp-traffic.jsonl records when tools are used, the inputs provided, and the
reason for each tool call. It also records results from knowledge base
searches.error_logging.yaml records details about errors encountered by the server.
This information can help with troubleshooting.These logs may contain information from your project and tool requests. Review their contents before sharing them.
See CONTRIBUTING.md for repository structure, integration testing, reproducible build inputs, runtime-egress validation, dependency updates, and release workflows.
To debug or explore the container environment:
timeout value in your MCP client configuration (e.g., "timeout": 120000 for 2 minutes)Suspected vulnerabilities must not be reported in public issues. See the Arm MCP security policy and report them via Arm PSIRT.
Copyright © 2026, Arm Limited and Contributors. All rights reserved.
Licensed under the Apache License, Version 2.0. See LICENSE for details.