agent skill loader for Cursor
io.github.back1ply/agent-skill-loader
Dynamically load Claude Code skills into AI agents without copying files.
client:Cursor
transport:stdio
runtime:npm
Install agent skill loader in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-skill-loader": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-skill-loader"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs