An MCP server for analyzing Linux performance data on Arm64, recommending NEON intrinsics for hot loops, and checking Python dependency manifests for arm64 wheel compatibility. It works offline and exposes these capabilities to MCP-compatible assistants.
From the registry: MCP server for Arm64 Linux performance: parse perf output, suggest NEON intrinsics, audit deps.
$ docker pull jeannjohnson/arm-code-mcp:latestPlease install the `arm-code-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Docker** — Docker is required to run the MCP server container.
- **Pull the MCP server image** — Download the published Docker image before configuring your MCP client. Run: `docker pull jeannjohnson/arm-code-mcp:latest`
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","--rm","-i","jeannjohnson/arm-code-mcp:latest"]
- optional environment variables:
- `ARM_CODE_MCP_LOG_LEVEL`: Log verbosity level. Supported values: DEBUG, INFO, WARNING. (example: `<log-level>`)
- `ARM_CODE_MCP_KB_PATH`: Override path to the neon_intrinsics.jsonl knowledge base inside the container or mounted filesystem. (example: `<path-to-neon-intrinsics-jsonl>`)
- `ARM_CODE_MCP_CACHE_DIR`: Embedding cache directory used by the server. (example: `<path-to-cache-dir>`)
Note: The README states the server works with no configuration and all environment variables are optional. If you need environment variables, pass them to Docker as additional run arguments such as -e VAR=<value> before the image name.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ARM_CODE_MCP_LOG_LEVELControls server log verbosity.ARM_CODE_MCP_KB_PATHOverrides the path to the NEON intrinsics knowledge base file.ARM_CODE_MCP_CACHE_DIRSets the embedding cache directory.Trending hip-hop artist momentum scores across four cultural dimensions.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.