AgentLFG
See every AI add-on on your Mac in one place.
The question I was chasing
How many AI add-ons do I actually have on this Mac, and where are they hiding?
Every AI coding tool keeps its own settings. Claude, Cursor, Codex, LM Studio, VS Code: each stores its plugins and skills in a different place, in a different shape. I had lost track of what was wired up where. I wanted one window that showed the whole picture.
These add-ons (MCPs and skills) went from niche to everywhere in months. The cost of that speed is sprawl: copies of the same server, dead entries pointing at tools I uninstalled, the same skill set up three ways in three apps. None of it is visible until something breaks.
The constraints
This app has to read sensitive parts of a developer's machine, including config that can hold API keys. Nobody will run that without trust.
Open source was how I earned that trust. Free to inspect, read-only by default, no tracking. It also had to stay fast and feel native while covering half a dozen tools.
The decisions that mattered
I spent real time on how it looks and feels. A lot of developer tools only aim to be useful. I wanted small moments of joy in a heavy workflow: type, layout, colour, charts.
I built it with Tauri and Rust instead of Electron, so a tool that reads the filesystem stays small and native, rather than shipping a whole browser to do the job.
The hard work was translating six different tool formats into one inventory you can search. Each app describes an MCP server differently; collapsing those shapes was most of the build.
I also let you install new servers straight from GitHub, so this is something I reach for day to day, not only something I audit with.
Built with: SvelteKit, TypeScript, Tauri (Rust), Claude Code, Cursor
Where it landed
I keep it installed and open it whenever my setup starts feeling untrustworthy. It is free at agentlfg.com. It shows what is true right now, not what drifted since last week, and that drift is usually what breaks things.
Part of the Rolling Waves work archive.