Create wiki/agent-friendly-apps.md
f9346c43e1d0 jacobcole 2026-04-10 1 file
new file mode 100644
index 0000000..27a0de3
@@ -0,0 +1,82 @@
+---
+tags:
+- agents
+- tools
+- mcp
+- cli
+- directory
+title: Agent-Friendly Apps Directory
+visibility: public
+---
+
+# Agent-Friendly Apps Directory
+
+A curated directory of apps and services that work well with AI coding agents. Originally maintained on [ListHub](https://listhub.globalbr.ai/@jacobreal/agent-friendly-apps).
+
+## What makes an app "agent-friendly"?
+
+- **Config-file interfaces** — JSON, YAML, or TOML config instead of GUI-only settings
+- **CLI access** — command-line tools that agents can invoke
+- **API-first** — REST/GraphQL APIs for programmatic control
+- **MCP servers** — Model Context Protocol integration for direct agent access
+
+## Mac Apps
+
+| App | Why it's agent-friendly |
+|-----|------------------------|
+| [Karabiner-Elements](https://karabiner-elements.pqrs.org/) | JSON config-based key remapping |
+| [Espanso](https://espanso.org/) | YAML text expansion with CLI |
+| [Hammerspoon](https://www.hammerspoon.org/) | Lua-scripted macOS automation |
+| [AeroSpace](https://github.com/nicklockwood/AeroSpace) | Config-file tiling window manager |
+| [Ghostty](https://ghostty.org/) | Config-based terminal emulator |
+| [1Password CLI](https://developer.1password.com/docs/cli/) | Terminal credential management (`op` command) |
+| [Peekaboo](https://github.com/steipete/peekaboo) | macOS app inspection via MCP server |
+| [superwhisper](https://superwhisper.com/) | Voice-to-text with CLI integration |
+
+## Cloud Services (CLI/API-first)
+
+| Service | Agent interface |
+|---------|----------------|
+| GitHub | `gh` CLI, full API, MCP servers |
+| Cloudflare | Fully API-driven DNS, Workers, R2 |
+| AWS | Complete CLI/SDK automation |
+| Fly.io | CLI-first platform |
+| Vercel | CLI deployment + management API |
+| Supabase | Fully API-driven Postgres/Auth/Storage |
+| Tailscale | Mesh VPN with CLI |
+| Linear | Issue tracker with excellent API/CLI |
+
+## AI Coding Agents
+
+| Tool | Description |
+|------|-------------|
+| [Claude Code](https://claude.com/claude-code) | Anthropic's CLI coding agent |
+| [Codex CLI](https://github.com/openai/codex) | OpenAI's lightweight agent |
+| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Google's terminal agent |
+| [Cursor](https://cursor.com/) | AI-native code editor |
+
+## Communication APIs
+
+| Service | Capabilities |
+|---------|-------------|
+| Twilio | SMS/voice/WhatsApp API |
+| Telegram | Bot API |
+| Slack | API, bot framework, MCP servers |
+
+## Not Agent-Friendly (With Alternatives)
+
+| Tool | Problem | Alternative |
+|------|---------|-------------|
+| Keyboard Maestro | Binary GUI config | Hammerspoon |
+| TextExpander | GUI-only | Espanso |
+| Rectangle Pro | GUI-only | AeroSpace |
+
+## Standards & Directories
+
+- [llms.txt](https://llmstxt.org/) — LLM-friendly site standard
+- [Model Context Protocol](https://modelcontextprotocol.io/) — Agent tool protocol
+- [Composio Agentic Tools](https://directory.composio.dev/) — Agent tools directory
+
+---
+
+*Source: [ListHub](https://listhub.globalbr.ai/@jacobreal/agent-friendly-apps) · Last synced: 2026-04-10*
\ No newline at end of file