Native macOS app to see every AI-agent skill and MCP server configured on your machine — across Claude Code, OpenCode, Codex, Cursor & Pi.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"loadout": {
"command": "npx",
"args": [
"-y",
"zackbart/loadout"
]
}
}
}
Run in terminal:
claude mcp add loadout npx -y zackbart/loadout
Add to .cursor/mcp.json:
{
"mcpServers": {
"loadout": {
"command": "npx",
"args": [
"-y",
"zackbart/loadout"
]
}
}
}