← Back to Plugins
MCP Server MCP

SecureStamp Action Proof — Cross-Cloud Public Beta (Unverified)

github By github 👁 3 views ▲ 0 votes

UNVERIFIED: cross-cloud beta; sandbox by default; production opt-in via customer Guardian.

Homepage Verified source GitHub

Install

npx -y @securestamp/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.securestamp.online/mcp",
      "headers": [
        {
          "description": "OAuth 2.1 bearer token.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@securestamp/execution-guardian-mcp",
      "version": "0.3.0-beta.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the customer Guardian Unix socket. The bridge fails closed when it is unavailable.",
          "isRequired": true,
          "format": "string",
          "name": "GUARDIAN_SOCKET_PATH"
        },
        {
          "description": "Set to cross-cloud-beta for six sandbox tools or productive-beta for explicit production opt-in; defaults to three beta tools.",
          "format": "string",
          "name": "SECURESTAMP_RELEASE_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...