← Back to Plugins
MCP Server MCP

io.github.agntor/trust

github By github 👁 1 views ▲ 0 votes

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

Homepage Verified source GitHub

Install

npx -y @agntor/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agntor/mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for Agntor backend calls (get one at app.agntor.com)",
          "format": "string",
          "isSecret": true,
          "name": "AGNTOR_API_KEY"
        },
        {
          "description": "JWT signing key for audit ticket generation",
          "format": "string",
          "isSecret": true,
          "name": "AGNTOR_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...