Back to Browse

Air MCP Server

by Heznpc
Developer ToolsModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.

About

Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.

Security Report

6.0
Moderate6.0Moderate Risk

AirMCP is a well-engineered MCP server for Apple ecosystem automation with strong security architecture. The codebase demonstrates excellent audit logging, HMAC-chained integrity verification, and governance controls. Minor findings include broad exception handling in audit code and a potential env var exposure pattern, but these are low-severity and do not indicate systemic security issues. Permissions (file I/O, environment variables, network HTTP) align well with the server's purpose of Apple app integration and governance. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-heznpc-airmcp": {
      "args": [
        "-y",
        "airmcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!