16 days ago
Universal registry for 20,000+ MCP servers and agent skills with A/B/C/F security grading, CLI installer (npx loaditout add), verified publisher badges, and curated packs.
Overview
Loaditout is a universal registry and MCP server for discovering, security-grading, and installing AI agent skills.
**Features: **
- Search 20,000+ MCP servers and agent skills
- A/B/C/F security grading for every server (7-criteria system)
- CLI installer: npx loaditout add owner/repo
- 12 platform configs: Claude Code, Cursor, Windsurf, Cline, Copilot, Gemini CLI
- Verified publisher badges for official orgs (Anthropic, Microsoft, Google, GitHub)
- 40 curated packs (e.g., Garry Tan's gstack, Data Engineering Stack)
- Terminal-style search with Cmd+K
- Trending page and RSS feeds
The MCP server exposes tools for searching skills, getting install configs, and checking security grades directly from your agent.
Website: https://loaditout.ai
Server Config
{
"mcpServers": {
"loaditout": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}