HomeOther › agent-safe-pipeline

agent-safe-pipeline

Authorize consequential AI agent actions before execution

TypeScript Remote
★ 589 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://protocol.decionis.com/mcp HTTP 502 when checked 2026-09-24

Claude Code:

claude mcp add --transport http agent-safe-pipeline https://protocol.decionis.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-safe-pipeline": {
      "url": "https://protocol.decionis.com/mcp"
    }
  }
}

Package (npm 0.3.0)

npx -y @decionis/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-safe-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "@decionis/[email protected]"
      ],
      "env": {
        "DECIONIS_POLICY_PATH": "<YOUR_VALUE>",
        "DECIONIS_PRESENCE_API_KEY": "<YOUR_VALUE>",
        "DECIONIS_PRESENCE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DECIONIS_POLICY_PATH — Optional path to the policy file; defaults to ./DECIONIS_POLICY.md in the working directory.
  • DECIONIS_PRESENCE_API_KEY secret — Optional Presence tenant API key. When set, decionis_request_presence_verification and decionis_get_presence_verification_status register and call presence.decionis.com; without it the server stays networkless.
  • DECIONIS_PRESENCE_API_URL — Optional Presence base URL (https only); defaults to https://presence.decionis.com.

This repository has 2 servers listed in the Official MCP Registry.

Other names: com.decionis/commerce-gate

Related servers

Data from the Official MCP Registry