Skip to content
Grok

air for Grok

io.github.10iii/air

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

client:Grok transport:stdio runtime:npm

Install air in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "air": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@10iii/air-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

air in other clients