airmcp for VS Code
io.github.heznpc/airmcp
Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval.
client:VS Code
transport:stdio
runtime:npm
Install airmcp in VS Code
.vscode/mcp.json
{
"servers": {
"airmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airmcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs