arm-code-mcp

jean-johnson-zwix/arm-code-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server to optimize Linux workloads on Arm64 for Coding Agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arm-code-mcp": {
      "command": "uvx",
      "args": [
        "arm-code-mcp"
      ]
    }
  }
}

Or install with pip: pip install arm-code-mcp

README Excerpt

MCP server to optimize Linux workloads on Arm64 for Coding Agents