# Loadout

> One app to manage MCPs, skills, rules, hooks, subagents and plugins across Claude, Codex, Gemini, and 7 more AI coding tools.

- **Type:** MCP server
- **Install:** `agentstack add mcp-amelmo-loadout`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AmElmo](https://agentstack.voostack.com/s/amelmo)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AmElmo](https://github.com/AmElmo)
- **Source:** https://github.com/AmElmo/loadout

## Install

```sh
agentstack add mcp-amelmo-loadout
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_aarch64.dmg) |
| macOS (Intel) | [`.dmg`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_x64.dmg) |
| Linux | [`.AppImage`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_amd64.AppImage) / [`.deb`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_amd64.deb) |
| Windows | [`.exe`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_x64-setup.exe) / [`.msi`](https://github.com/AmElmo/loadout/releases/latest/download/Loadout_0.4.1_x64_en-US.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](https://nodejs.org/) 20+
- [pnpm](https://pnpm.io/) 10+
- [Rust](https://www.rust-lang.org/tools/install) (stable toolchain)
- Platform dependencies for Tauri — see the [Tauri prerequisites guide](https://v2.tauri.app/start/prerequisites/)

### Quick Start

```sh
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:

```sh
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

```sh
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

- `camelCase` in TypeScript/JSON, `snake_case` in Rust with `#[serde(rename_all = "camelCase")]`
- `@/` path alias for `src/` imports
- `cn()` 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](https://www.conventionalcommits.org/) 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](https://github.com/AmElmo)
- **Source:** [AmElmo/loadout](https://github.com/AmElmo/loadout)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-amelmo-loadout
- Seller: https://agentstack.voostack.com/s/amelmo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
