← Back to Plugins
MCP Server MCP

io.github.attestifyagent/attestify-os

github By github 👁 1 views ▲ 0 votes

Governed agent execution: x402 payments, budgets, receipts, verification, and audit.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://attestify-os.vercel.app/api/run"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "attestify-os",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tenant API key issued via POST /api/keys. Optional for discovery, required for governed /api/run calls.",
          "format": "string",
          "isSecret": true,
          "name": "ATTESTIFY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...