RecourseOS for Cursor
io.github.recourseos/recourse
Consequence evaluation for AI agents. Check recoverability before destructive actions.
client:Cursor
transport:stdio
runtime:npm
Install RecourseOS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recourse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"recourse-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs