skillproof for Cursor
io.github.skillproofdev/skillproof
Check whether a Claude Code skill was tested and whether it works before installing it.
client:Cursor
transport:stdio
runtime:npm
Install skillproof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillproof-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs