auto skill loader for Cursor
io.github.divitkashyap/auto-skill-loader
Auto-loads skills into agent sessions. MiniMax vision and search proxy.
client:Cursor
transport:stdio
runtime:pypi
Install auto skill loader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"auto-skill-loader": {
"type": "stdio",
"command": "uvx",
"args": [
"auto-skill-loader"
],
"env": {
"MINIMAX_TOKEN_PLAN_KEY": "<MINIMAX_TOKEN_PLAN_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs