Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

auto skill loader in other clients