See and manage what your coding assistants load — skills, commands, subagents, plugins and MCP servers, with real usage.
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",
"migsilva89/loadout"
]
}
}
}
Run in terminal:
claude mcp add loadout npx -y migsilva89/loadout
Add to .cursor/mcp.json:
{
"mcpServers": {
"loadout": {
"command": "npx",
"args": [
"-y",
"migsilva89/loadout"
]
}
}
}