Odel
RecourseOS

RecourseOS

Local
@recourseos1TypeScriptMITUpdated 3mo ago

Consequence evaluation for AI agents. Check recoverability before destructive actions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrecourse-cliv0.1.12

Run

npx -y recourse-cli

MCP client config

{
  "mcpServers": {
    "recourseos": {
      "command": "npx",
      "args": [
        "-y",
        "recourse-cli"
      ]
    }
  }
}