Skip to main content
Loading navigation…

Posts tagged Agata Stack

Articles and insights about Agata Stack.

18 posts
Agata Stack
scriptability-and-ci

How I Replaced My procfile + supervisord Setup with One macOS App

Procfiles, supervisord configs, and a graveyard of shell scripts to manage dev services. Here is why I stopped maintaining all of it and what I use now.

Nicolás
5 min
20
Agata Stack
scriptability-and-ci

The Timeline View That Finally Made Log Triage Make Sense

Log triage is painful because errors arrive as a stream, not a story. The timeline in Agata Stack turns every rule-matched event into a colour-coded entry you can read like a timeline — here is how it works and why the colour scheme matters more than it looks.

Nicolás
5 min
15
Agata Stack
scriptability-and-ci

Start and Stop Your Dev Services with a curl One-Liner from Any Script

The Agata Stack local HTTP API lets you start, stop, restart, and tail logs from any service on your Mac using a plain curl command — from CI, from a shell alias, or from an AI tool. No daemon config, no third-party service.

Nicolás
5 min
15
Agata Stack
remote-and-ssh-services

Why I Manage My Remote Staging Server from the Same Menubar Icon as My Local Services

SSH-ing into a staging box every time you want to check a log is 2010 DevOps. Here is how remote services can sit alongside local ones in the same status view, with the same health checks, log streams, and automation rules.

Nicolás
5 min
19
Agata Stack
ai-agent-integration

Mobile QA Automation from Your AI: Screenshot Any Simulator Without Switching Apps

You can now point Claude Code or Cursor at your running iOS Simulator or Android emulator, take screenshots, run adb shell commands, and install builds — all from an AI prompt, all from your menubar, without ever switching apps.

Nicolás
5 min
33
Agata Stack
ai-agent-integration

Why Agata Stack Is the Only MCP Server Your Dev Machine Needs

Most MCP servers need a separate process, a cloud relay, or only cover one thing. Agata Stack runs its MCP endpoint inside the menubar app itself — covering computer-use, mobile QA, service management, and log streaming from one localhost address.

Nicolás
5 min
87
Agata Stack
ai-agent-integration

I Wired Claude Code to My Dev Stack and Now It Restarts Services Without Asking

Your AI coding assistant can see your code. It cannot see whether your dev server is actually running. Here is how a local HTTP API and an MCP endpoint change that equation entirely.

Nicolás
5 min
1284
Agata Stack
environment-profiles

One Click to Switch Between dev, staging, and prod Without Killing Your Debug Session

Context-switching between dev, staging, and production environments is slow and fragile. Environment profiles in Agata Stack change the whole thing with one click — and the API means your scripts can do it too.

Nicolás
5 min
1405
Agata Stack
health-check-intelligence

Auto-Diagnose: When Your Service Fails, Agata Stack Tells You Why

A failed health check is not a diagnosis. Here is how Agata Stack reads the last 20 log lines, matches known error patterns, and hands you a runnable fix command before you even open a terminal.

Nicolás
5 min
1557
Agata Stack
health-check-intelligence

Continuous HTTP Health Checks Without a Cloud Service or Another Tool

Most teams reach for a third-party uptime service the moment they need health checks. You already have everything you need on your Mac — and it costs nothing extra.

Nicolás
5 min
1955
Agata Stack
stream-rule-automation

Slow API Response Alerts Without Adding Instrumentation to Your Code

You can catch slow API responses from your dev stack in real time without touching a single line of code or adding middleware. Here is how stream rules in Agata Stack work against your existing logs.

Nicolás
5 min
2165
Agata Stack
stream-rule-automation

Absence Detection: How to Know When Your Service Silently Stops Logging

Crashes make noise. Silent failures do not. Here is how to catch the worst kind of outage — the service that just quietly stops — before your users do.

Nicolás
5 min
1995
Agata Stack
stream-rule-automation

EADDRINUSE at Startup: The Rule That Kills the Port and Restarts Automatically

Every developer has lost five minutes to a port-in-use error at startup. Here is the stream rule that detects EADDRINUSE in your logs, kills the blocking port, and restarts your service — automatically, without a terminal.

Nicolás
5 min
1912
Agata Stack
log-stream-visibility

The Developer API That Lets You Tail Logs with curl from CI

Agata Stack runs a local HTTP server on port 19877. Tail live logs over SSE, manage services, and hit a self-describing OpenAPI spec — all from a shell script, a CI job, or an AI tool.

Nicolás
5 min
2171
Agata Stack
log-stream-visibility

Log Fingerprinting: How to Catch the Error That Spams Your Console 400 Times

One error line repeating 400 times looks like noise. But it is a pattern — and the right rule can catch it in the first 5 lines, fire once, and stay quiet after that. Here is how log fingerprinting works in Agata Stack.

Nicolás
5 min
1903
Agata Stack
log-stream-visibility

I Can Now Tail Logs from Any Process on My Mac — Even Ones I Didn't Start

Most dev tools only show logs for processes they launched. Agata Stack can attach to any user process running on your Mac — by PID — and stream its output in real time, no restart required.

Nicolás
5 min
1808
Agata Stack
terminal-tab-hell

My Service Crashed at 3am and Nobody Noticed — Here's What Changed

A crashed service that nobody catches until a user complains is a solved problem. Here is the crash-detection and auto-restart setup that ended the 3am surprises.

Nicolás
5 min
2025
Agata Stack
terminal-tab-hell

Why I Stopped Using 14 Terminal Tabs to Manage My Dev Stack

Fourteen terminal tabs, colour-coded window groups, and I still could not tell at a glance which service had quietly died. Here is what changed.

Nicolás
5 min
3509