loaditout for Cursor
io.github.loaditoutadmin/loaditout
Search and install 20,000+ security-graded MCP servers and agent skills.
client:Cursor
transport:stdio
runtime:npm
Install loaditout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"loaditout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs