MCP-powered iOS runtime inspector

Give your AI agent
eyes on your iOS app

Your AI can write Swift. But it's flying blind. Apus gives coding agents real-time access to logs, network traffic, screenshots, and UI hierarchy — so they inspect, debug, and hot-reload without leaving the editor.

Logs
Network
Screenshots
UI Hierarchy
Hot Reload
ContentView.swift
struct ContentView: View {
  var body: some View {
    NavigationStack {
      List(posts) { post in
        PostRow(post: post)
      }
      .navigationTitle("Feed")
    }
  }
}
The Problem

Your AI agent is coding blind

Without runtime context, AI agents guess instead of seeing. Apus closes the feedback loop.

Without Apus
Copy-paste logs manually from Xcode
2–3 minute rebuild cycles for every change
Constant context-switching between tools
AI guesses at runtime behavior
With Apus
Full runtime visibility from your editor
Instant hot-reload without rebuilding
AI sees what's happening in real time
Closed-loop debugging in seconds
Runtime Visibility

Everything your agent needs to see

Real-time Logs

Stream app logs directly to your agent. No more copy-pasting from Xcode console.

Network Traffic

Inspect every API call — requests, responses, headers, and status codes in real time.

Live Screenshot

Capture what the user sees at any moment. Your agent gets the visual context it needs.

UI Hierarchy

Inspect the full SwiftUI view tree. Know exactly which view to modify.

App Storage

Read and write UserDefaults, Keychain, and app documents on the fly.

Memory Inspector

Monitor memory usage and detect leaks before they become real problems.

Hot Reload

Inject Swift code changes instantly. See results in seconds, not minutes.

Diagnostics

Device info, OS version, battery, connectivity — all the context your agent needs.

Get Started

Up and running in 3 steps

1

Bootstrap your project

$ apus new MyApp

Initializes your iOS project with the Apus SDK and sets up hot-reload support.

2

Connect your MCP client

{ "apus": { ... } }

Add Apus to your MCP configuration. Works with Claude, Cursor, and any MCP client.

3

Ask your agent to build

"Add a profile photo to the feed"

Your agent inspects, edits, and hot-reloads — all autonomously, in a closed loop.

The Loop

A closed feedback loop for AI coding

Apus turns your AI agent from a one-shot code generator into an iterative developer with real-time feedback.

Bootstrap Init project with SDK
Inspect Logs, network, UI tree
Edit AI modifies Swift code
Hot Reload Inject changes instantly
Confirm Verify via screenshot

Give your AI eyes
on your iOS app.

Install the MCP server. Connect your client. Start building.

Apus Runtime visibility for coding agents
© 2026 Apus. Open source under Apache 2.0 License.