Install
$ agentstack add mcp-amelmo-loadout ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
One desktop app to manage MCPs, skills, rules, hooks, and subagents across all your AI coding tools.
AI coding assistants store their configs in scattered JSON, TOML, and markdown files across your home directory and project folders. Loadout scans all of them, shows you what's configured where, and lets you sync settings between tools — without touching a terminal.
Install
Download the latest release for your platform:
| Platform | Download | |----------|----------| | macOS (Apple Silicon) | .dmg | | macOS (Intel) | .dmg | | Linux | .AppImage / .deb | | Windows | .exe / .msi |
Auto-updates are built in — Loadout checks for new versions on launch and every 4 hours.
Supports Claude Code, Codex CLI, Gemini CLI, Cursor, Copilot, Windsurf, Roo, Cline, Kilo, and OpenCode.
What You Can Do
See everything in one place. Loadout discovers MCPs, skills, rules, hooks, subagents, and plugins across all your AI tools — both global (~/.claude/, ~/.codex/, ~/.gemini/) and project-level (.claude/, .gemini/).
Sync configs between tools. Add an MCP server to Claude, then sync it to Codex and Gemini with one click. Same for skills and agents.
Manage skills across tools. Browse, import, and install skills with drag-and-drop. Loadout groups identical skills across tools and flags conflicts when content differs.
Catch conflicts. When the same skill or agent has different content across tools, Loadout flags it so you can decide which version to keep.
Manage your context budget. The Context page estimates how many tokens your rules, skills, and MCP definitions consume — split into always-loaded (idle) and on-demand (active).
Test MCP health. Check whether your MCP servers are reachable and responding before you wonder why a tool isn't working.
Preview content. Markdown rendering for skills, rules, and agent prompts — no more reading raw files.
Learn the ecosystem. The Learn page explains MCPs, skills, subagents, rules, hooks, plugins, context windows, and scoping — all in one place.
Features
| Feature | Claude | Codex | Gemini | Cursor | Others | |---------|:------:|:-----:|:------:|:------:|:------:| | MCP management | ✅ | ✅ | ✅ | ✅ | — | | Skills | ✅ | ✅ | ✅ | — | — | | Rules / prompts | ✅ | ✅ | ✅ | ✅ | ✅ | | Hooks | ✅ | ✅ | ✅ | ✅ | — | | Subagents | ✅ | — | ✅ | — | — | | Plugins | ✅ | — | ✅ | ✅ | — | | Cross-tool sync | ✅ | ✅ | ✅ | — | — | | Context window estimation | ✅ | ✅ | ✅ | — | — |
Additional capabilities:
- Workspace discovery — finds project-level configs and git repos
- Drag-and-drop skill import from URLs or local files
- Keyboard shortcuts for fast navigation
- Light, dark, and system themes
- Resizable sidebar with persistent layout
Development
Prerequisites
- Node.js 20+
- pnpm 10+
- Rust (stable toolchain)
- Platform dependencies for Tauri — see the Tauri prerequisites guide
Quick Start
git clone https://github.com/AmElmo/loadout.git
cd loadout
pnpm install
pnpm tauri dev
Run Against Test Fixtures
To use demo data instead of your real home directory:
pnpm tauri:dev:fixtures
This loads configs from fixtures/home/ — a mock home directory with Claude, Codex, and Gemini configurations. The LOADOUT_HOME env var is only honored in debug builds.
Build
pnpm tauri build
Project Structure
src/ React frontend (Vite + Tailwind)
├── components/ UI components by feature
├── pages/ Top-level page components
├── stores/ Zustand state management
├── lib/api/ Tauri command wrappers
├── hooks/ Custom React hooks
└── types/ TypeScript interfaces (mirror Rust structs)
src-tauri/ Rust backend (Tauri 2.x)
├── src/commands/ IPC command handlers
├── src/scanners/ Filesystem scanners
├── src/parsers/ Config file parsers
└── src/writers/ Config file writers (atomic writes + backups)
Tech Stack
- Frontend: React 19, Vite, Tailwind CSS 4, Zustand, TanStack Query
- Backend: Rust, Tauri 2.x, Serde
- Package Manager: pnpm
Conventions
camelCasein TypeScript/JSON,snake_casein Rust with#[serde(rename_all = "camelCase")]@/path alias forsrc/importscn()utility (clsx + tailwind-merge) for conditional Tailwind classes- Conventional Commits (
feat:,fix:,chore:) - Sensitive env vars masked with
***in the UI
Contributing
Contributions are welcome. Please use Conventional Commits for commit messages and open a PR against main.
License
[MIT](src-tauri/Cargo.toml#L6) — Julien Berthomier
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AmElmo
- Source: AmElmo/loadout
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.