arm code mcp for Cline
io.github.jean-johnson-zwix/arm-code-mcp
MCP server for Arm64 Linux performance: parse perf output, suggest NEON intrinsics, audit deps.
client:Cline
transport:stdio
runtime:pypi
Install arm code mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"arm-code-mcp": {
"command": "uvx",
"args": [
"arm-code-mcp"
],
"env": {
"ARM_CODE_MCP_LOG_LEVEL": "<ARM_CODE_MCP_LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs