HomeDevelopment › Axint

Axint

Proof and repair for Apple coding agents: validate Swift, run Xcode evidence, and repair failures.

TypeScript Local Remote
★ 17 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.axint.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http axint https://mcp.axint.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "axint": {
      "url": "https://mcp.axint.ai/mcp"
    }
  }
}

Package (npm 0.6.0)

npx -y @axint/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "axint": {
      "command": "npx",
      "args": [
        "-y",
        "@axint/[email protected]"
      ]
    }
  }
}

Package (pypi 0.6.0)

uvx axint

Or add to your MCP client config:

{
  "mcpServers": {
    "axint": {
      "command": "uvx",
      "args": [
        "axint"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry