Odel
loop protocol

loop protocol

Local
@dingdawgJavaScriptMITUpdated 1mo ago

Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.

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).

npmdingdawg-loopv2.0.8

Run

npx -y dingdawg-loop

MCP client config

{
  "mcpServers": {
    "loop-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-loop"
      ]
    }
  }
}